Home
last modified time | relevance | path

Searched refs:max_connections_to_create (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_dispatcher.h166 virtual void ProcessBufferedChlos(size_t max_connections_to_create);
H A Dquic_dispatcher.cc1142 void QuicDispatcher::ProcessBufferedChlos(size_t max_connections_to_create) { in ProcessBufferedChlos() argument
1144 new_sessions_allowed_per_event_loop_ = max_connections_to_create; in ProcessBufferedChlos()