commit | 2eca6b50a770328a50ccad15775918486427aee7 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Feb 27 09:40:34 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Mar 09 15:32:56 2017 +0100 |
tree | 2b8b363c0ef0bc5218b401d440450807341df4ce | |
parent | cecd8527b3d2c9c625b2697367b0893dc9ab5bc8 [diff] |
MINOR: spoe: Add "max-frame-size" statement in spoe-agent section As its named said, this statement customize the maximum allowed size for frames exchanged between HAProxy and SPOAs. It should be greater than or equal to 256 and less than or equal to (tune.bufsize - 4) (4 bytes are reserved to the frame length).