Home
last modified time | relevance | path

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

/openbsd/sys/netinet/
H A Dtcp_var.h689 extern int tcp_do_rfc3390; /* RFC3390 Increasing TCP's Initial Window */
H A Dtcp_subr.c122 int tcp_do_rfc3390 = 2; /* Increase TCP's Initial Window to 10*mss */ variable
H A Dtcp_usrreq.c168 { TCPCTL_RFC3390, &tcp_do_rfc3390, 0, 2 },
H A Dtcp_input.c2916 } else if (tcp_do_rfc3390 == 2) { in tcp_mss()
2919 } else if (tcp_do_rfc3390) { in tcp_mss()