commit | f95b111ddeba3be9c7e7f7e0e79961140ccabba3 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Dec 21 08:58:16 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Mar 09 15:32:55 2017 +0100 |
tree | 00ac42657969bf2e7c02162f60b349e403b8b24b | |
parent | a1cda029958da17f4f467ab4316a8bf4bac668f1 [diff] |
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).