haproxy/include
Willy Tarreau fb14edc215 [MEDIUM] stream_sock: implement tcp-cork for use during shutdowns on Linux
Setting TCP_CORK on a socket before sending the last segment enables
automatic merging of this segment with the FIN from the shutdown()
call. Playing with TCP_CORK is not easy though as we have to track
the status of the TCP_NODELAY flag since both are mutually exclusive.
Doing so saves one more packet per session and offers about 5% more
performance.

There is no reason not to do it, so there is no associated option.
2009-06-14 15:24:37 +02:00
..
common [MEDIUM] add support for binding to source port ranges during connect 2009-06-10 12:23:32 +02:00
import [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
proto [MEDIUM] add support for binding to source port ranges during connect 2009-06-10 12:23:32 +02:00
types [MEDIUM] stream_sock: implement tcp-cork for use during shutdowns on Linux 2009-06-14 15:24:37 +02:00