MINOR: spoe: Add 'timeout processing' option to limit time to process an event
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 10 Nov 2016 14:04:51 +0000 (15:04 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 21 Nov 2016 14:29:59 +0000 (15:29 +0100)
commitf7a30925126f100dd10714cd3dd0213ee4695e14
treeee0ad9d59ca604ce24d93ea24b4a6737e067dedc
parenta00d817abad610c66a607c50298b579e85981e9e
MINOR: spoe: Add 'timeout processing' option to limit time to process an event

It is a way to set the maximum time to wait for a stream to process an event,
i.e to acquire a stream to talk with an agent, to encode all messages, to send
the NOTIFY frame, to receive the corrsponding acknowledgement and to process all
actions. It is applied on the stream that handle the client and the server
sessions.
doc/SPOE.txt
src/flt_spoe.c