OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_congestion_frames_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/quic/
quic_connection.cc
270
last_congestion_frames_
.empty());
525
last_congestion_frames_
.push_back(feedback);
651
<<
last_congestion_frames_
.size() << " congestions, "
690
for (size_t i = 0; i <
last_congestion_frames_
.size(); ++i) {
692
last_congestion_frames_
[i], time_of_last_received_packet_);
715
last_congestion_frames_
.clear();
[
all
...]
quic_connection.h
662
std::vector<QuicCongestionFeedbackFrame>
last_congestion_frames_
;
member in class:net::QuicConnection
Completed in 39 milliseconds