Searched refs:socket_write_queue_max_frames_ (Results 1 – 1 of 1) sorted by relevance
153 const size_t socket_write_queue_max_frames_; variable199 socket_write_queue_max_frames_(socket_write_queue_max_frames), in SocketChannelRelay()387 PW_CHECK(socket_write_queue_.size() <= socket_write_queue_max_frames_); in OnChannelDataReceived()392 if (socket_write_queue_.size() == socket_write_queue_max_frames_) { in OnChannelDataReceived()