haproxy/include
Willy Tarreau be1b91842a [MEDIUM] add support for TCP MSS adjustment for listeners
Sometimes it can be useful to limit the advertised TCP MSS on
incoming connections, for instance when requests come through
a VPN or when the system is running with jumbo frames enabled.

Passing the "mss <value>" arguments to a "bind" line will set
the value. This works under Linux >= 2.6.28, and maybe a few
earlier ones, though due to an old kernel bug most of earlier
versions will probably ignore it. It is also possible that some
other OSes will support this.
2009-06-14 18:48:19 +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] add support for TCP MSS adjustment for listeners 2009-06-14 18:48:19 +02:00