OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:estimated_tcp_congestion_window_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/quic/congestion_control/
cubic.cc
113
estimated_tcp_congestion_window_
= 0;
143
estimated_tcp_congestion_window_
);
153
// Reset
estimated_tcp_congestion_window_
to be in sync with cubic.
154
estimated_tcp_congestion_window_
= current_congestion_window;
185
while (acked_packets_count_ >=
estimated_tcp_congestion_window_
) {
186
acked_packets_count_ -=
estimated_tcp_congestion_window_
;
187
estimated_tcp_congestion_window_
++;
191
if (target_congestion_window <
estimated_tcp_congestion_window_
) {
192
target_congestion_window =
estimated_tcp_congestion_window_
;
cubic.h
72
QuicTcpCongestionWindow
estimated_tcp_congestion_window_
;
member in class:net::Cubic
Completed in 51 milliseconds