MINOR: spoe: Add "max-frame-size" statement in spoe-agent section
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 27 Feb 2017 08:40:34 +0000 (09:40 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 9 Mar 2017 14:32:56 +0000 (15:32 +0100)
commit2eca6b50a770328a50ccad15775918486427aee7
tree2b8b363c0ef0bc5218b401d440450807341df4ce
parentcecd8527b3d2c9c625b2697367b0893dc9ab5bc8
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).
src/flt_spoe.c