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; /* [a] RFC3390 Increasing TCP 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.c179 { TCPCTL_RFC3390, &tcp_do_rfc3390, 0, 2 },
H A Dtcp_input.c2928 do_rfc3390 = atomic_load_int(&tcp_do_rfc3390); in tcp_mss()