Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Dtcp_output.c159 static int tcp_fairsend = 4; variable
161 &tcp_fairsend, 0,
1319 if (tcp_fairsend > 0 && (tp->t_flags & TF_FAIRSEND) && in tcp_output()
1320 segcnt >= tcp_fairsend) in tcp_output()