haproxy/dev/flags
Willy Tarreau b23edc8b8d MINOR: stconn: rename SE_FL_RXBLK_CONN to SE_FL_APPLET_NEED_CONN
This flag is exclusively used when a front applet needs to wait for the
other side to connect (or fail to). Let's give it a more explicit name
and remove the ambiguous function that was used only once.

This also ensures we will not risk to set it back on a new endpoint
after cs_reset_endp() via SE_FL_APP_MASK, because the flag being
specific to the endpoint only and not to the connector, we don't
want to preserve it when replacing the endpoint.
2022-05-27 19:33:35 +02:00
..
flags.c MINOR: stconn: rename SE_FL_RXBLK_CONN to SE_FL_APPLET_NEED_CONN 2022-05-27 19:33:35 +02:00
README DEV: flags: replace the unneeded makefile with a README 2021-04-02 17:48:42 +02:00
show-fd-to-flags.sh CONTRIB: move some dev-specific tools to dev/ 2021-04-02 17:48:42 +02:00

This needs to be built from the top makefile, for example :

    make dev/flags/flags

Then the executable is usable either one value at a time from the
command line, either with values coming from stdin with "-" passed
alone instead of the value.

It is possible to restrict the decoding to certain fields only by
specifying one of "ana", "chn", "conn", "cs", "si", "sierr", "strm",
"task", or "txn" before the value.