Closed Piscolero closed 7 years ago
setsockopt() with TCP_NODELAY incorrectly used SOL_SOCKET protocol level which lead to setting SO_DEBUG. Changed level to IPPROTO_TCP.
Pull request for issue #357.
setsockopt() with TCP_NODELAY incorrectly used SOL_SOCKET protocol level which lead to setting SO_DEBUG. Changed level to IPPROTO_TCP.
Pull request for issue #357.