OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_packet_revived_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/quic/
quic_connection.cc
648
DVLOG(1) << ENDPOINT << (
last_packet_revived_
? "Revived" : "Got")
673
last_packet_revived_
);
867
last_packet_revived_
= false;
[
all
...]
quic_connection.h
657
bool
last_packet_revived_
; // True if the last packet was revived from FEC.
member in class:net::QuicConnection
Completed in 108 milliseconds