haproxy/include
Willy Tarreau 092d865c53 MEDIUM: listener: implement a per-protocol pause() function
In order to fix the abstact socket pause mechanism during soft restarts,
we'll need to proceed differently depending on the socket protocol. The
pause_listener() function already supports some protocol-specific handling
for the TCP case.

This commit makes this cleaner by adding a new ->pause() function to the
protocol struct, which, if defined, may be used to pause a listener of a
given protocol.

For now, only TCP has been adapted, with the specific code moved from
pause_listener() to tcp_pause_listener().
2014-07-08 01:13:34 +02:00
..
common MINOR: log: make MAX_SYSLOG_LEN overridable at build time 2014-06-27 18:13:53 +02:00
import [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
proto MEDIUM: listener: implement a per-protocol pause() function 2014-07-08 01:13:34 +02:00
types MEDIUM: listener: implement a per-protocol pause() function 2014-07-08 01:13:34 +02:00