OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kNConnectionAlpha
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/quic/congestion_control/
cubic.cc
45
// We derive the equivalent
kNConnectionAlpha
for an N-connection emulation as:
46
const float
kNConnectionAlpha
= 3 * kNumConnections * kNumConnections *
48
// TODO(jri): Compute kNConnectionBeta and
kNConnectionAlpha
from
158
estimated_tcp_congestion_window_ /
kNConnectionAlpha
;
cubic_test.cc
18
const float
kNConnectionAlpha
= 3 * kNumConnections * kNumConnections *
47
for (uint32 n = 1; n < current_cwnd /
kNConnectionAlpha
; ++n) {
85
for (uint32 n = 1; n < current_cwnd /
kNConnectionAlpha
; ++n) {
Completed in 238 milliseconds