OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cubic_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/quic/congestion_control/
cubic_test.cc
26
cubic_
(&clock_, &stats_) {
32
Cubic
cubic_
;
member in class:net::test::CubicTest
43
cubic_
.CongestionWindowAfterAck(current_cwnd, rtt_min));
50
cubic_
.CongestionWindowAfterAck(current_cwnd, rtt_min), 1);
53
current_cwnd =
cubic_
.CongestionWindowAfterAck(current_cwnd, rtt_min);
62
cubic_
.CongestionWindowAfterAck(current_cwnd, rtt_min));
65
current_cwnd =
cubic_
.CongestionWindowAfterAck(current_cwnd, rtt_min);
81
expected_cwnd =
cubic_
.CongestionWindowAfterAck(current_cwnd, rtt_min);
87
cubic_
.CongestionWindowAfterAck(current_cwnd, rtt_min);
91
current_cwnd =
cubic_
.CongestionWindowAfterAck(current_cwnd, rtt_min)
[
all
...]
tcp_cubic_sender.cc
35
cubic_
(clock, stats),
147
cubic_
.CongestionWindowAfterPacketLoss(congestion_window_);
289
cubic_
.CongestionWindowAfterAck(
301
cubic_
.Reset();
tcp_cubic_sender.h
91
Cubic
cubic_
;
member in class:net::TcpCubicSender
Completed in 83 milliseconds