haproxy/include
Willy Tarreau dc340a900d [MEDIUM] splice: set the capability on each stream_interface
The splice code did not consider compatibility between both ends
of the connection. Now we set different capabilities on each
stream interface, depending on what the protocol can splice to/from.
Right now, only TCP is supported. Thanks to this, we're now able to
automatically detect when splice() is not implemented and automatically
disable it on one end instead of reporting errors to the upper layer.
2009-06-28 23:10:19 +02:00
..
common [MEDIUM] config: support loading multiple configuration files 2009-06-23 08:17:17 +02:00
import [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
proto [MEDIUM] config: split parser and checker in two functions 2009-06-23 08:17:17 +02:00
types [MEDIUM] splice: set the capability on each stream_interface 2009-06-28 23:10:19 +02:00