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

  /external/chromium_org/net/quic/
quic_connection.cc 188 largest_seen_packet_with_ack_(0),
475 if (last_header_.packet_sequence_number <= largest_seen_packet_with_ack_) {
490 largest_seen_packet_with_ack_ = last_header_.packet_sequence_number;
    [all...]
quic_connection.h 671 QuicPacketSequenceNumber largest_seen_packet_with_ack_; member in class:net::QuicConnection

Completed in 28 milliseconds