Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/
H A Dtcp_ledbat.c240 uint32_t slowdown_duration = 0; in ledbat_pp_congestion_avd() local
242 slowdown_duration = now - in ledbat_pp_congestion_avd()
251 slowdown_duration *= 2; in ledbat_pp_congestion_avd()
254 tp->t_ccstate->ledbat_slowdown_ts = now + (9 * slowdown_duration); in ledbat_pp_congestion_avd()
255 if (slowdown_duration == 0) { in ledbat_pp_congestion_avd()
H A Dtcp_rledbat.c129 uint32_t slowdown_duration = TCP_BASE_RTT_INTERVAL; in rledbat_congestion_avd() local
137 slowdown_duration *= 2; in rledbat_congestion_avd()
140 tp->t_rlstate.slowdown_ts = now + slowdown_duration; in rledbat_congestion_avd()