Home
last modified time | relevance | path

Searched refs:NGTCP2_MAX_UDP_PAYLOAD_SIZE (Results 1 – 23 of 23) sorted by relevance

/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/src/
H A Dshrpx_quic_connection_handler.cc493 std::array<uint8_t, NGTCP2_MAX_UDP_PAYLOAD_SIZE> buf; in send_version_negotiation()
552 std::array<uint8_t, NGTCP2_MAX_UDP_PAYLOAD_SIZE> buf; in send_stateless_reset()
578 std::array<uint8_t, NGTCP2_MAX_UDP_PAYLOAD_SIZE> buf; in send_connection_close()
H A Dh2load_quic.cc434 std::array<uint8_t, NGTCP2_MAX_UDP_PAYLOAD_SIZE> buf; in quic_close_connection()
/dports/www/libnghttp2/nghttp2-1.46.0/src/
H A Dshrpx_quic_connection_handler.cc527 std::array<uint8_t, NGTCP2_MAX_UDP_PAYLOAD_SIZE> buf; in send_version_negotiation()
587 std::array<uint8_t, NGTCP2_MAX_UDP_PAYLOAD_SIZE> buf; in send_stateless_reset()
613 std::array<uint8_t, NGTCP2_MAX_UDP_PAYLOAD_SIZE> buf; in send_connection_close()
H A Dh2load_quic.cc507 std::array<uint8_t, NGTCP2_MAX_UDP_PAYLOAD_SIZE> buf; in quic_close_connection()
H A Dshrpx_http3_upstream.cc1733 max_udp_payload_size_ = NGTCP2_MAX_UDP_PAYLOAD_SIZE; in send_packet()
/dports/www/nghttp2/nghttp2-1.46.0/src/
H A Dshrpx_quic_connection_handler.cc527 std::array<uint8_t, NGTCP2_MAX_UDP_PAYLOAD_SIZE> buf; in send_version_negotiation()
587 std::array<uint8_t, NGTCP2_MAX_UDP_PAYLOAD_SIZE> buf; in send_stateless_reset()
613 std::array<uint8_t, NGTCP2_MAX_UDP_PAYLOAD_SIZE> buf; in send_connection_close()
H A Dh2load_quic.cc507 std::array<uint8_t, NGTCP2_MAX_UDP_PAYLOAD_SIZE> buf; in quic_close_connection()
H A Dshrpx_http3_upstream.cc1733 max_udp_payload_size_ = NGTCP2_MAX_UDP_PAYLOAD_SIZE; in send_packet()
/dports/net/libngtcp2/ngtcp2-224bd62/lib/
H A Dngtcp2_cid.c88 dcid->max_udp_payload_size = NGTCP2_MAX_UDP_PAYLOAD_SIZE; in ngtcp2_dcid_init()
H A Dngtcp2_conn.c2425 destlen >= NGTCP2_MAX_UDP_PAYLOAD_SIZE) { in conn_write_handshake_pkt()
2924 NGTCP2_MAX_UDP_PAYLOAD_SIZE) { in conn_write_handshake_pkts()
3398 !conn->server || destlen >= NGTCP2_MAX_UDP_PAYLOAD_SIZE; in conn_write_pkt()
4104 if (!conn->server || destlen >= NGTCP2_MAX_UDP_PAYLOAD_SIZE) { in ngtcp2_conn_write_single_frame_pkt()
4571 if (destlen < NGTCP2_MAX_UDP_PAYLOAD_SIZE) { in conn_write_path_challenge()
9776 if (pktlen < NGTCP2_MAX_UDP_PAYLOAD_SIZE || in ngtcp2_accept()
10285 if (params->max_udp_payload_size < NGTCP2_MAX_UDP_PAYLOAD_SIZE) { in ngtcp2_conn_set_remote_transport_params_versioned()
12188 settings->max_udp_payload_size = NGTCP2_MAX_UDP_PAYLOAD_SIZE; in ngtcp2_settings_default_versioned()
/dports/net/libngtcp2/ngtcp2-224bd62/tests/
H A Dngtcp2_rtb_test.c38 cstat->max_udp_payload_size = NGTCP2_MAX_UDP_PAYLOAD_SIZE; in conn_stat_init()
/dports/net/libngtcp2/ngtcp2-224bd62/examples/
H A Dperfserver.cc878 conn_closebuf_ = std::make_unique<Buffer>(NGTCP2_MAX_UDP_PAYLOAD_SIZE); in start_closing_period()
1575 Buffer buf{NGTCP2_MAX_UDP_PAYLOAD_SIZE}; in send_version_negotiation()
1662 Buffer buf{NGTCP2_MAX_UDP_PAYLOAD_SIZE}; in send_retry()
1696 Buffer buf{NGTCP2_MAX_UDP_PAYLOAD_SIZE}; in send_stateless_connection_close()
H A Dh09server.cc1118 conn_closebuf_ = std::make_unique<Buffer>(NGTCP2_MAX_UDP_PAYLOAD_SIZE); in start_closing_period()
1845 Buffer buf{NGTCP2_MAX_UDP_PAYLOAD_SIZE}; in send_version_negotiation()
1933 Buffer buf{NGTCP2_MAX_UDP_PAYLOAD_SIZE}; in send_retry()
1967 Buffer buf{NGTCP2_MAX_UDP_PAYLOAD_SIZE}; in send_stateless_connection_close()
H A Dserver.cc1824 conn_closebuf_ = std::make_unique<Buffer>(NGTCP2_MAX_UDP_PAYLOAD_SIZE); in start_closing_period()
2504 Buffer buf{NGTCP2_MAX_UDP_PAYLOAD_SIZE}; in send_version_negotiation()
2592 Buffer buf{NGTCP2_MAX_UDP_PAYLOAD_SIZE}; in send_retry()
2626 Buffer buf{NGTCP2_MAX_UDP_PAYLOAD_SIZE}; in send_stateless_connection_close()
H A Dh09client.cc1406 std::array<uint8_t, NGTCP2_MAX_UDP_PAYLOAD_SIZE> buf; in handle_error()
H A Dclient.cc1486 std::array<uint8_t, NGTCP2_MAX_UDP_PAYLOAD_SIZE> buf; in handle_error()
/dports/net/libngtcp2/ngtcp2-224bd62/lib/includes/ngtcp2/
H A Dngtcp2.h282 #define NGTCP2_MAX_UDP_PAYLOAD_SIZE 1200 macro
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/curl-sys-0.4.51+curl-7.80.0/curl/lib/vquic/
H A Dngtcp2.c1735 uint8_t out[NGTCP2_MAX_UDP_PAYLOAD_SIZE]; in ng_flush_egress()
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmcurl/lib/vquic/
H A Dngtcp2.c1719 uint8_t out[NGTCP2_MAX_UDP_PAYLOAD_SIZE]; in ng_flush_egress()
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmcurl/lib/vquic/
H A Dngtcp2.c1719 uint8_t out[NGTCP2_MAX_UDP_PAYLOAD_SIZE]; in ng_flush_egress()
/dports/devel/cmake/cmake-3.22.1/Utilities/cmcurl/lib/vquic/
H A Dngtcp2.c1719 uint8_t out[NGTCP2_MAX_UDP_PAYLOAD_SIZE]; in ng_flush_egress()
/dports/lang/rust/rustc-1.58.1-src/vendor/curl-sys/curl/lib/vquic/
H A Dngtcp2.c1735 uint8_t out[NGTCP2_MAX_UDP_PAYLOAD_SIZE]; in ng_flush_egress()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/curl-sys-0.4.48+curl-7.79.1/curl/lib/vquic/
H A Dngtcp2.c1719 uint8_t out[NGTCP2_MAX_UDP_PAYLOAD_SIZE]; in ng_flush_egress()