Home
last modified time | relevance | path

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

/freebsd/sys/netinet/cc/
H A Dcc_htcp.c80 #define HTCP_DELTA_L hz /* 1 sec in ticks. */ macro
425 htcp_data->t_last_cong = now - HTCP_DELTA_L; in htcp_recalc_alpha()
427 diff = now - htcp_data->t_last_cong - HTCP_DELTA_L; in htcp_recalc_alpha()