We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When the diffusion is creating sockets we set the following options:
SO_REUSEADDR 1
SO_REUSEPORT 1
TCP_NODELAY 1
IPV6_V6ONLY 1
SO_LINGER 1 0
The following tables shows which options are supported by systemd socket activation:
SO_REUSEADDR
SO_REUSEPORT
ReusePort=
TCP_NODELAY
NoDelay=
IPV6_V6ONLY
BindIPv6ONLY=
SO_LINGER
The text was updated successfully, but these errors were encountered:
Merge #3979
02f55b7
3979: Socket configuration r=coot a=coot # Description Fixes #3977 - Updated network dependency (haskell/network#491 was merged) - snocket: various stylistic changes - snocket: do not configure sockets in bind method - connection-manager: add a method to configure connection sockets - socket: added methods to configure sockets - Increment zfs copy fail counter Co-authored-by: Marcin Szamotulski <[email protected]>
7497a25
a0e1c2b
Successfully merging a pull request may close this issue.
When the diffusion is creating sockets we set the following options:
SO_REUSEADDR 1
SO_REUSEPORT 1
TCP_NODELAY 1
IPV6_V6ONLY 1
only for ipv6 addressesSO_LINGER 1 0
The following tables shows which options are supported by systemd socket
activation:
SO_REUSEADDR
SO_REUSEPORT
ReusePort=
TCP_NODELAY
NoDelay=
IPV6_V6ONLY
BindIPv6ONLY=
SO_LINGER
The text was updated successfully, but these errors were encountered: