Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h993 extern int32_t tcp_restoral_thresh;
/f-stack/freebsd/netinet/
H A Dtcp_var.h993 extern int32_t tcp_restoral_thresh;
H A Dtcp_subr.c162 int32_t tcp_restoral_thresh = 650; /* 65 % (sack:2:ack -5%) */ variable
165 &tcp_restoral_thresh, 550,
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c7951 if ((ackratio <= tcp_restoral_thresh) || in rack_log_ack()