Re: drop synfin
Michael Sierchio <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.net |
|---|---|
| Message-ID | <CAHu1Y71GY3_wWDCL9G-iDzhBwJPy7MEVFTZz4i0oceEnE5x+dg@mail.gmail.com> |
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 <[email protected]> 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 ? > > -- > >