Skip to content
Snippets Groups Projects
Commit c6cda1f8 authored by rswindell's avatar rswindell
Browse files

Moved KEEPALIVE into a [tcp] section (only valid for TCP sockets).

parent 28e54eb3
Branches
Tags
No related merge requests found
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
; SNDTIMEO ; SNDTIMEO
; RCVTIMEO ; RCVTIMEO
; REUSEADDR ; REUSEADDR
; KEEPALIVE ; KEEPALIVE <- TCP only
; DONTROUTE ; DONTROUTE
; BROADCAST ; BROADCAST
; OOBINLINE ; OOBINLINE
...@@ -24,9 +24,11 @@ ...@@ -24,9 +24,11 @@
; On some Unix platforms, additional TCP_* options are supported ; On some Unix platforms, additional TCP_* options are supported
; LINGER = 5 ; LINGER = 5
KEEPALIVE = 1
SNDBUF = 8192 SNDBUF = 8192
RCVBUF = 8192 RCVBUF = 8192
[tcp]
KEEPALIVE = 1
[bbs] [bbs]
TCP_NODELAY = 1 TCP_NODELAY = 1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment