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
117
estimated_tcp_congestion_window_
= 0;
147
estimated_tcp_congestion_window_
);
157
// Reset
estimated_tcp_congestion_window_
to be in sync with cubic.
158
estimated_tcp_congestion_window_
= current_congestion_window;
189
while (acked_packets_count_ >=
estimated_tcp_congestion_window_
) {
190
acked_packets_count_ -=
estimated_tcp_congestion_window_
;
191
estimated_tcp_congestion_window_
++;
195
if (target_congestion_window <
estimated_tcp_congestion_window_
) {
196
target_congestion_window =
estimated_tcp_congestion_window_
;
cubic.h
72
QuicTcpCongestionWindow
estimated_tcp_congestion_window_
;
member in class:net::Cubic
Completed in 99 milliseconds