summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandre <andre@FreeBSD.org>2004-01-12 15:46:04 +0000
committerandre <andre@FreeBSD.org>2004-01-12 15:46:04 +0000
commitdc7ce45d3119a8aba4a7e2987ec12c653178c3bf (patch)
tree799be0a3cd0db2f96d0be6af4937bb59e7c68b7a
parentbacd96d2dde1aeafc015dd2452de7f8b752b6c8b (diff)
downloadFreeBSD-src-dc7ce45d3119a8aba4a7e2987ec12c653178c3bf.zip
FreeBSD-src-dc7ce45d3119a8aba4a7e2987ec12c653178c3bf.tar.gz
Disable the minmssoverload connection drop by default until the detection
logic is refined.
-rw-r--r--sys/netinet/tcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp.h b/sys/netinet/tcp.h
index 782e1ef..d958aaf 100644
--- a/sys/netinet/tcp.h
+++ b/sys/netinet/tcp.h
@@ -126,7 +126,7 @@ struct tcphdr {
* for more comments.
* Setting this to "0" disables the minmssoverload check.
*/
-#define TCP_MINMSSOVERLOAD 1000
+#define TCP_MINMSSOVERLOAD 0 /* XXX: Disabled until refined */
/*
* Default maximum segment size for TCP6.
OpenPOWER on IntegriCloud