Displaying 1 result from an estimated 1 matches for "9e42f9bc".
Did you mean:
942f97c
2006 Jan 13
1
[PATCH] tcp options fix
Attached is a patch that corrects two problems with TCP options:
* The options on accepted sockets don't inherit from the listen
socket, at least on Linux and OS X.
* OS X doesn't have SOL_TCP defined, so Nagle was not getting
disabled. IPPROTO_TCP should always be the same thing.
This patch makes my ping times across a TCP VPN go from ~180 ms to
~85ms.
Something still doesn't