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

/external/chromium_org/net/quic/
H A Dquic_packet_generator.cc42 should_send_stop_waiting_(false) {
100 should_send_stop_waiting_ = also_send_stop_waiting;
105 should_send_stop_waiting_ = true;
202 (should_send_ack_ || should_send_feedback_ || should_send_stop_waiting_)
297 should_send_stop_waiting_ || !queued_control_frames_.empty();
319 if (should_send_stop_waiting_) {
322 should_send_stop_waiting_ =
326 return !should_send_stop_waiting_;
H A Dquic_packet_generator.h233 bool should_send_stop_waiting_; member in class:net::QuicPacketGenerator

Completed in 88 milliseconds