Home
last modified time | relevance | path

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

/dflybsd-src/sys/netinet/
H A Dtcp_usrreq.c169 static int tcp_disable_nopush = 1; variable
171 &tcp_disable_nopush, 0, "TCP_NOPUSH socket option will have no effect");
1595 if (tcp_disable_nopush) in tcp_ctloutput()