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

Added TCP_NODELAY 1 (disable Nagle algorithm) as default.

parent 26cd6970
No related branches found
No related tags found
No related merge requests found
...@@ -16,8 +16,10 @@ ...@@ -16,8 +16,10 @@
; DONTROUTE ; DONTROUTE
; BROADCAST ; BROADCAST
; OOBINLINE ; OOBINLINE
; TCP_NODELAY
; LINGER 1 5 ; LINGER 1 5
KEEPALIVE 1 KEEPALIVE 1
SNDBUF 4096 SNDBUF 4096
RCVBUF 4096 RCVBUF 4096
TCP_NODELAY 1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment