summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_sack.c
diff options
context:
space:
mode:
authorandre <andre@FreeBSD.org>2007-03-21 18:25:28 +0000
committerandre <andre@FreeBSD.org>2007-03-21 18:25:28 +0000
commit878e882d886a3a35db4943b997201c50c392f095 (patch)
tree94a5b428054054898dc8d5b82c6f8c9fc75bc04f /sys/netinet/tcp_sack.c
parent279a028838100f62c22c53cd1abde9ced5d5faed (diff)
downloadFreeBSD-src-878e882d886a3a35db4943b997201c50c392f095.zip
FreeBSD-src-878e882d886a3a35db4943b997201c50c392f095.tar.gz
Make TCP_DROP_SYNFIN a standard part of TCP. Disabled by default it
doesn't impede normal operation negatively and is only a few lines of code. It's close relatives blackhole and log_in_vain aren't options either.
Diffstat (limited to 'sys/netinet/tcp_sack.c')
-rw-r--r--sys/netinet/tcp_sack.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netinet/tcp_sack.c b/sys/netinet/tcp_sack.c
index bdec4a0..f6e8526 100644
--- a/sys/netinet/tcp_sack.c
+++ b/sys/netinet/tcp_sack.c
@@ -99,7 +99,6 @@
#include "opt_inet.h"
#include "opt_inet6.h"
#include "opt_tcpdebug.h"
-#include "opt_tcp_input.h"
#include "opt_tcp_sack.h"
#include <sys/param.h>
OpenPOWER on IntegriCloud