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

Moved KEEPALIVE in the socket options array (sockopts).

parent a67e252c
No related branches found
No related tags found
No related merge requests found
......@@ -90,10 +90,10 @@ var sockopts = [
"RCVLOWAT",
"SNDTIMEO",
"RCVTIMEO",
"REUSEADDR",
"KEEPALIVE",
"DONTROUTE",
"BROADCAST",
"OOBINLINE",
"ACCEPTCONN",
"KEEPALIVE",
"REUSEADDR",
"DONTROUTE",
"BROADCAST",
"OOBINLINE",
"ACCEPTCONN",
];
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment