From 097a9d6bae16257ca039fa6a77f1c9a2b8adbc26 Mon Sep 17 00:00:00 2001 From: des Date: Mon, 19 Mar 2001 22:07:32 +0000 Subject: Axe TCP_RESTRICT_RST. It was never a particularly good idea except for a few very specific scenarios, and now that we have had net.inet.tcp.blackhole for quite some time there is really no reason to use it any more. (second of three commits) --- etc/network.subr | 7 ------- 1 file changed, 7 deletions(-) (limited to 'etc/network.subr') diff --git a/etc/network.subr b/etc/network.subr index c1ffb37..fbe8bf3 100644 --- a/etc/network.subr +++ b/etc/network.subr @@ -394,13 +394,6 @@ network_pass1() { ;; esac - case ${tcp_restrict_rst} in - [Yy][Ee][Ss]) - echo -n ' restrict TCP reset=YES' - sysctl -w net.inet.tcp.restrict_rst=1 >/dev/null - ;; - esac - case ${tcp_drop_synfin} in [Yy][Ee][Ss]) echo -n ' drop SYN+FIN packets=YES' -- cgit v1.1