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

/external/chromium_org/net/quic/
H A Dquic_connection.cc209 ack_queued_(false),
862 ack_queued_ = true;
873 ack_queued_ = received_packet_manager_.IsMissing(
876 if (!ack_queued_ && ShouldLastPacketInstigateAck()) {
878 ack_queued_ = true;
891 if (ack_queued_) {
972 ScopedPacketBundler bundler(this, ack_queued_ ? SEND_ACK : NO_ACK);
1041 // right thing: check ack_queued_, and then check undecryptable packets and
H A Dquic_connection.h729 bool ack_queued_; member in class:net::QuicConnection

Completed in 162 milliseconds