OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QuicTcpCongestionWindow
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/net/quic/congestion_control/
cubic.h
19
typedef uint32
QuicTcpCongestionWindow
;
31
QuicTcpCongestionWindow
CongestionWindowAfterPacketLoss(
32
QuicTcpCongestionWindow
current);
38
QuicTcpCongestionWindow
CongestionWindowAfterAck(
39
QuicTcpCongestionWindow
current,
61
QuicTcpCongestionWindow
last_congestion_window_;
66
QuicTcpCongestionWindow
last_max_congestion_window_;
72
QuicTcpCongestionWindow
estimated_tcp_congestion_window_;
75
QuicTcpCongestionWindow
origin_point_congestion_window_;
81
QuicTcpCongestionWindow
last_target_congestion_window_
[
all
...]
cubic.cc
123
QuicTcpCongestionWindow
Cubic::CongestionWindowAfterPacketLoss(
124
QuicTcpCongestionWindow
current_congestion_window) {
137
QuicTcpCongestionWindow
Cubic::CongestionWindowAfterAck(
138
QuicTcpCongestionWindow
current_congestion_window,
177
QuicTcpCongestionWindow
delta_congestion_window = (kCubeCongestionWindowScale
180
QuicTcpCongestionWindow
target_congestion_window =
tcp_cubic_sender.h
35
QuicTcpCongestionWindow
max_tcp_congestion_window);
112
QuicTcpCongestionWindow
congestion_window_;
115
QuicTcpCongestionWindow
slowstart_threshold_;
118
QuicTcpCongestionWindow
max_tcp_congestion_window_;
tcp_cubic_sender_test.cc
19
const
QuicTcpCongestionWindow
kDefaultMaxCongestionWindowTCP = 10000;
25
QuicTcpCongestionWindow
max_tcp_congestion_window)
29
QuicTcpCongestionWindow
congestion_window() {
281
const
QuicTcpCongestionWindow
kMaxCongestionWindowTCP = 50;
309
const
QuicTcpCongestionWindow
kMaxCongestionWindowTCP = 50;
343
const
QuicTcpCongestionWindow
kMaxCongestionWindowTCP = 50;
410
QuicTcpCongestionWindow
congestion_window = sender_->congestion_window();
tcp_cubic_sender.cc
19
const
QuicTcpCongestionWindow
kMinimumCongestionWindow = 2;
36
QuicTcpCongestionWindow
max_tcp_congestion_window)
Completed in 533 milliseconds