Home
last modified time | relevance | path

Searched refs:hystart_found_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/quic/congestion_control/
Dhybrid_slow_start.cc27 hystart_found_(NOT_FOUND), in HybridSlowStart()
52 hystart_found_ = NOT_FOUND; in Restart()
75 if (hystart_found_ != NOT_FOUND) { in ShouldExitSlowStart()
97 hystart_found_ = ACK_TRAIN; in ShouldExitSlowStart()
129 hystart_found_= DELAY; in ShouldExitSlowStart()
135 hystart_found_ != NOT_FOUND; in ShouldExitSlowStart()
Dhybrid_slow_start.h72 HystartState hystart_found_; variable