Searched refs:HTCP_RTT_REF (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/netinet/cc/
H A Dcc_htcp.c84 #define HTCP_RTT_REF 100 macro
334 * HTCP_RTT_REF is defined in ms, and t_srtt in the tcpcb is stored in
335 * units of TCP_RTT_SCALE*hz. Scale HTCP_RTT_REF to be in the same units
338 htcp_rtt_ref = (HTCP_RTT_REF * TCP_RTT_SCALE * hz) / 1000;

Completed in 110 milliseconds