Searched refs:congestion_controller (Results 1 – 4 of 4) sorted by relevance
802 ngtcp2_cc_algo congestion_controller; member
2089 upstreamconf.congestion_controller = NGTCP2_CC_ALGO_CUBIC; in fill_default_config()3526 << (config->quic.upstream.congestion_controller == NGTCP2_CC_ALGO_CUBIC in print_help()3528 : (config->quic.upstream.congestion_controller == in print_help()
4116 config->quic.upstream.congestion_controller = NGTCP2_CC_ALGO_CUBIC; in parse_config()4118 config->quic.upstream.congestion_controller = NGTCP2_CC_ALGO_BBR; in parse_config()4120 config->quic.upstream.congestion_controller = NGTCP2_CC_ALGO_BBR2; in parse_config()
634 settings.cc_algo = quicconf.upstream.congestion_controller; in init()