Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jan 2024 23:57:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 276390] security/i2pd you need to disable the net.inet.tcp.delayed_ack option
Message-ID:  <bug-276390-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276390

            Bug ID: 276390
           Summary: security/i2pd you need to disable the
                    net.inet.tcp.delayed_ack option
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: driesm@freebsd.org
          Reporter: admin@support.od.ua
          Assignee: driesm@freebsd.org
             Flags: maintainer-feedback?(driesm@freebsd.org)

The daemon code for Linux includes:

#ifdef linux
    const int one =3D 1;
    setsockopt(m_Socket.native_handle(), IPPROTO_TCP, TCP_QUICKACK, &one,
sizeof(one));
#endif

You need to explicitly disable this option in the system:

cat << EOF >> /etc/sysctl.conf
### for i2pd
net.inet.tcp.delayed_ack=3D0

EOF

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276390-7788>