]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: spoe: Add support for pipelining/async capabilities in the SPOA example
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 21 Dec 2016 07:58:16 +0000 (08:58 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 9 Mar 2017 14:32:55 +0000 (15:32 +0100)
commitf95b111ddeba3be9c7e7f7e0e79961140ccabba3
tree00ac42657969bf2e7c02162f60b349e403b8b24b
parenta1cda029958da17f4f467ab4316a8bf4bac668f1
MINOR: spoe: Add support for pipelining/async capabilities in the SPOA example

Now, we can use the option '-c' to enable the support of a capability. By
default, all capabilities are disabled. For example:

  $> ./spoa -c async -c pipelining

In addition, it is also possible to set the maximum frame size supported by your
agent (-m) and to add a delay in frames processing (-t).
contrib/spoa_example/Makefile
contrib/spoa_example/spoa.c