Searched refs:CloseWait (Results 1 - 3 of 3) sorted by relevance
/third_party/nghttp2/src/ |
H A D | shrpx_quic_connection_handler.h | 50 // CloseWait handles packets received in close-wait (draining or 52 struct CloseWait { struct 53 CloseWait(Worker *worker, std::vector<ngtcp2_cid> scids, 55 ~CloseWait(); 127 void add_close_wait(CloseWait *cw); 128 void remove_close_wait(const CloseWait *cw); 135 std::unordered_map<ngtcp2_cid, CloseWait *> close_waits_;
|
H A D | shrpx_quic_connection_handler.cc | 529 auto cw = std::make_unique<CloseWait>(worker_, std::vector<ngtcp2_cid>{idcid}, in send_retry() 666 void QUICConnectionHandler::add_close_wait(CloseWait *cw) { in add_close_wait() 672 void QUICConnectionHandler::remove_close_wait(const CloseWait *cw) { in remove_close_wait() 688 auto cw = static_cast<CloseWait *>(w->data); in close_wait_timeoutcb() 700 CloseWait::CloseWait(Worker *worker, std::vector<ngtcp2_cid> scids, in CloseWait() function in CloseWait 717 CloseWait::~CloseWait() { in ~CloseWait() 731 int CloseWait::handle_packet(const UpstreamAddr *faddr, in handle_packet()
|
H A D | shrpx_http3_upstream.cc | 1578 auto cw = std::make_unique<CloseWait>(worker, std::move(scids), in on_handler_delete()
|
Completed in 6 milliseconds