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 @@
; SNDTIMEO
; RCVTIMEO
; REUSEADDR
; KEEPALIVE
; KEEPALIVE <- TCP only
; DONTROUTE
; BROADCAST
; OOBINLINE
......@@ -24,9 +24,11 @@
; On some Unix platforms, additional TCP_* options are supported
; LINGER = 5
KEEPALIVE = 1
SNDBUF = 8192
RCVBUF = 8192
[tcp]
KEEPALIVE = 1
[bbs]
TCP_NODELAY = 1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment