Re: drop synfin

From: Michael Sierchio <kudzu_at_tenebras.com>
Date: Sun, 11 Aug 2024 13:47:28 UTC
sysrc is for editing rc files, and that's not what you want to do.

you may manually set the MIB with sysctl net.inet.tcp.drop_synfin=1 or you
can put this line in /etc/sysctl.conf

net.inet.tcp.drop_synfin=1

On Sun, Aug 11, 2024 at 9:24 AM void <void@f-m.fm> wrote:

> (originally posted to hackers@ but on second thoughts this ML is
> more relevant)
>
> Hi,
>
> Is it sufficient to
>
> EITHER
>
> 1. # sysctl net.inet.tcp.drop_synfin=1
>
> OR
>
> 2. # sysrc tcp_drop_synfin=YES
>
> or
>
> 3. must one do both ?
>
> --
>
>