Home
last modified time | relevance | path

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

/dflybsd-src/sys/netinet/
H A Dtcp_subr.c224 static int tcp_inflight_debug = 0; variable
226 &tcp_inflight_debug, 0, "Debug TCP inflight calculations");
2083 if (tcp_inflight_debug > 0) { in tcp_xmit_bandwidth_limit()
2085 if ((u_int)(save_ticks - ltime) >= hz / tcp_inflight_debug) { in tcp_xmit_bandwidth_limit()