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

/freebsd-10.3-release/sys/netinet/cc/
H A Dcc_htcp.c77 #define HTCP_DELTA_L hz /* 1 sec in ticks. */ macro
210 * for the first HTCP_DELTA_L ticks after either the flow starts
386 * HTCP_DELTA_L.
393 htcp_data->t_last_cong = now - HTCP_DELTA_L;
395 diff = now - htcp_data->t_last_cong - HTCP_DELTA_L;
400 * If it has been more than HTCP_DELTA_L ticks since congestion,

Completed in 42 milliseconds