Created
December 1, 2021 18:10
-
-
Save sshymko/b05f42897c299c6606202ede81a4c7c4 to your computer and use it in GitHub Desktop.
macOS TCP connection keep alive
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
net.inet.tcp.keepidle=20000 | |
net.inet.tcp.keepintvl=20000 | |
net.inet.tcp.keepinit=20000 | |
net.inet.tcp.always_keepalive=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment