commit | f7a30925126f100dd10714cd3dd0213ee4695e14 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Nov 10 15:04:51 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Nov 21 15:29:59 2016 +0100 |
tree | ee0ad9d59ca604ce24d93ea24b4a6737e067dedc | |
parent | a00d817abad610c66a607c50298b579e85981e9e [diff] |
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.