TCP_NODELAY for v2.2.4
Brought to you by:
sparlin
works with 2.2.4 (not tested with other versions)
sets TCP_NODELAY option for socket in tcp_listen.c
can be triggered through CLI-params '-N' or '--nodelay'
to apply:
* $ cd proxy-2.2.4
* $ patch -p1 < /path/to/proxy-2.2.4-tcpnodelay.patch
done by: michael rauch / christopher ehrmann
questions? mailto: arsonist@phreaker.net
patch file