ngtcp2_settings_default ======================= Synopsis -------- *#include * .. function:: void ngtcp2_settings_default( ngtcp2_settings *settings) `ngtcp2_settings_default` initializes *settings* with the default values. First this function fills *settings* with 0, and set the default value to the following fields: * :member:`cc_algo ` = :enum:`ngtcp2_cc_algo.NGTCP2_CC_ALGO_CUBIC` * :member:`initial_rtt ` = :macro:`NGTCP2_DEFAULT_INITIAL_RTT` * :member:`ack_thresh ` = 2 * :member:`max_tx_udp_payload_size ` = 1452 * :member:`handshake_timeout ` = ``UINT64_MAX`` * :member:`glitch_ratelim_burst ` = 1000 * :member:`glitch_ratelim_rate ` = 33