Home
last modified time | relevance | path

Searched refs:dcid_key (Results 1 - 1 of 1) sorted by relevance

/third_party/nghttp2/src/
H A Dshrpx_quic_connection_handler.cc84 ngtcp2_cid dcid_key; in handle_packet() local
85 ngtcp2_cid_init(&dcid_key, vc.dcid, vc.dcidlen); in handle_packet()
93 auto it = connections_.find(dcid_key); in handle_packet()
95 auto cwit = close_waits_.find(dcid_key); in handle_packet()
105 if (generate_quic_hashed_connection_id(dcid_key, remote_addr, local_addr, in handle_packet()
106 dcid_key) != 0) { in handle_packet()
110 it = connections_.find(dcid_key); in handle_packet()
112 auto cwit = close_waits_.find(dcid_key); in handle_packet()

Completed in 1 milliseconds