Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dtcp_prague.c81 #define PACING_INITIAL_RTT (100) /* 100ms, Only used to calculate startup pacer rate */ macro
359 srtt = PACING_INITIAL_RTT; in prague_update_pacer_state()
656 tp->snd_cwnd * MSEC_PER_SEC / PACING_INITIAL_RTT; in tcp_prague_cwnd_init_or_reset()