summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_timewait.c
diff options
context:
space:
mode:
authorjayanth <jayanth@FreeBSD.org>2004-07-19 22:37:33 +0000
committerjayanth <jayanth@FreeBSD.org>2004-07-19 22:37:33 +0000
commit3781ade946da4c5bd02725bda2e5307f2dea4da0 (patch)
tree038def246ef992e218fd99c14fd51c6812a1e571 /sys/netinet/tcp_timewait.c
parent48943ed977a24332b387d2ab8146913385fb7567 (diff)
downloadFreeBSD-src-3781ade946da4c5bd02725bda2e5307f2dea4da0.zip
FreeBSD-src-3781ade946da4c5bd02725bda2e5307f2dea4da0.tar.gz
Let IN_FASTREOCOVERY macro decide if we are in recovery mode.
Nuke sackhole_limit for now. We need to add it back to limit the total number of sack blocks in the system.
Diffstat (limited to 'sys/netinet/tcp_timewait.c')
-rw-r--r--sys/netinet/tcp_timewait.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/netinet/tcp_timewait.c b/sys/netinet/tcp_timewait.c
index 4ae8658..9c9ac7f 100644
--- a/sys/netinet/tcp_timewait.c
+++ b/sys/netinet/tcp_timewait.c
@@ -207,10 +207,6 @@ int tcp_do_sack = 1;
SYSCTL_INT(_net_inet_tcp_sack, OID_AUTO, enable, CTLFLAG_RW,
&tcp_do_sack, 0, "Enable/Disable TCP SACK support");
-int tcp_sackhole_limit = 10 * 1024; /* Arbitrarily set */
-SYSCTL_INT(_net_inet_tcp_sack, OID_AUTO, sackhole_limit, CTLFLAG_RW,
- &tcp_sackhole_limit, 0, "Limit on the total SACK scoreboard elements");
-
uma_zone_t sack_hole_zone;
static struct inpcb *tcp_notify(struct inpcb *, int);
OpenPOWER on IntegriCloud