
ngtcp2_transport_params_default
===============================

Synopsis
--------

*#include <ngtcp2/ngtcp2.h>*

.. function:: void ngtcp2_transport_params_default( ngtcp2_transport_params *params)

    
    `ngtcp2_transport_params_default` initializes *params* with the
    default values.  First this function fills *params* with 0, and set
    the default value to the following fields:
    
    * :member:`max_udp_payload_size
      <ngtcp2_transport_params.max_udp_payload_size>` =
      :macro:`NGTCP2_DEFAULT_MAX_RECV_UDP_PAYLOAD_SIZE`
    * :member:`ack_delay_exponent
      <ngtcp2_transport_params.ack_delay_exponent>` =
      :macro:`NGTCP2_DEFAULT_ACK_DELAY_EXPONENT`
    * :member:`max_ack_delay <ngtcp2_transport_params.max_ack_delay>` =
      :macro:`NGTCP2_DEFAULT_MAX_ACK_DELAY`
    * :member:`active_connection_id_limit
      <ngtcp2_transport_params.active_connection_id_limit>` =
      :macro:`NGTCP2_DEFAULT_ACTIVE_CONNECTION_ID_LIMIT`
