HomeSort by relevance Sort by last modified time
    Searched full:should_send_stop_waiting_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/quic/
quic_packet_generator.cc 42 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_;
quic_packet_generator.h 233 bool should_send_stop_waiting_; member in class:net::QuicPacketGenerator

Completed in 946 milliseconds