Home
last modified time | relevance | path

Searched refs:NGTCP2_MIN_INITIAL_DCIDLEN (Results 1 – 4 of 4) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_quic_connection_handler.cc260 if (vc.dcidlen < NGTCP2_MIN_INITIAL_DCIDLEN) { in handle_packet()
/third_party/node/deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/
Dngtcp2.h477 #define NGTCP2_MIN_INITIAL_DCIDLEN 8 macro
/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_pkt.c2271 if (odcid->datalen < NGTCP2_MIN_INITIAL_DCIDLEN) { in ngtcp2_pkt_write_retry()
Dngtcp2_conn.c10401 (p->token.len == 0 && p->dcid.datalen < NGTCP2_MIN_INITIAL_DCIDLEN)) { in ngtcp2_accept()