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

/freebsd-11-stable/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
396 * HTCP_DELTA_L.
403 htcp_data->t_last_cong = now - HTCP_DELTA_L;
405 diff = now - htcp_data->t_last_cong - HTCP_DELTA_L;
410 * If it has been more than HTCP_DELTA_L ticks since congestion,

Completed in 111 milliseconds