OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:congestion_window_count_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/quic/congestion_control/
tcp_cubic_sender.cc
39
congestion_window_count_
(0),
157
congestion_window_count_
= 0;
278
++
congestion_window_count_
;
279
if (
congestion_window_count_
>= congestion_window_) {
281
congestion_window_count_
= 0;
286
<< " congestion window count: " <<
congestion_window_count_
;
local
tcp_cubic_sender.h
99
int64
congestion_window_count_
;
member in class:net::TcpCubicSender
Completed in 467 milliseconds