Home
last modified time | relevance | path

Searched defs:CloseWait (Results 1 – 2 of 2) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_quic_connection_handler.h52 struct CloseWait { struct
61 Worker *worker;
63 std::vector<ngtcp2_cid> scids;
66 std::vector<uint8_t> pkt;
68 ev_timer timer;
70 size_t bytes_recv;
72 size_t bytes_sent;
74 size_t num_pkts_recv;
77 size_t next_pkts_recv;
Dshrpx_quic_connection_handler.cc700 CloseWait::CloseWait(Worker *worker, std::vector<ngtcp2_cid> scids, in CloseWait() function in shrpx::CloseWait