diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2007-03-16 13:42:26 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2007-03-16 13:42:26 +0000 |
| commit | 8d0d6d112feb277d96e69e52c82d789194e4ab2e (patch) | |
| tree | 95e4ce0f8ffde281ccfe9a42287efc591c5bb2f5 /sys/netinet/tcp_subr.c | |
| parent | aec2fc247a8bd8ecc9d388eb095b8d86eaa15ef8 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/tcp_subr.c')
| -rw-r--r-- | sys/netinet/tcp_subr.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c index 14287b200364..be0240942db1 100644 --- a/sys/netinet/tcp_subr.c +++ b/sys/netinet/tcp_subr.c @@ -150,12 +150,6 @@ SYSCTL_INT(_net_inet_tcp, OID_AUTO, minmssoverload, CTLFLAG_RW, &tcp_minmssoverload , 0, "Number of TCP Segments per Second allowed to" "be under the MINMSS Size"); -#if 0 -static int tcp_rttdflt = TCPTV_SRTTDFLT / PR_SLOWHZ; -SYSCTL_INT(_net_inet_tcp, TCPCTL_RTTDFLT, rttdflt, CTLFLAG_RW, - &tcp_rttdflt , 0, "Default maximum TCP Round Trip Time"); -#endif - int tcp_do_rfc1323 = 1; SYSCTL_INT(_net_inet_tcp, TCPCTL_DO_RFC1323, rfc1323, CTLFLAG_RW, &tcp_do_rfc1323 , 0, "Enable rfc1323 (high performance TCP) extensions"); |
