ngtcp2_transport_params_default =============================== Synopsis -------- *#include * .. 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: * :type:`max_udp_payload_size ` = :macro:`NGTCP2_DEFAULT_MAX_RECV_UDP_PAYLOAD_SIZE` * :type:`ack_delay_exponent ` = :macro:`NGTCP2_DEFAULT_ACK_DELAY_EXPONENT` * :type:`max_ack_delay ` = :macro:`NGTCP2_DEFAULT_MAX_ACK_DELAY` * :type:`active_connection_id_limit ` = :macro:`NGTCP2_DEFAULT_ACTIVE_CONNECTION_ID_LIMIT`