]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CONTRIB: tcploop: report action 'K' (kill) in usage message
authorWilly Tarreau <w@1wt.eu>
Tue, 14 Mar 2017 13:44:06 +0000 (14:44 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 15 Mar 2017 10:48:46 +0000 (11:48 +0100)
It was missing from the initial import.

contrib/tcploop/tcploop.c

index 543e346f40d04e36cd27170a7b41bb0666a46bc7..9e6d7473e0da4a5a0059e4d2f6c188a11600bd2e 100644 (file)
@@ -108,6 +108,7 @@ __attribute__((noreturn)) void usage(int code, const char *arg0)
            "  A[<count>]   : Accepts <count> incoming sockets and closes count-1\n"
            "                 Note: fd=accept(fd)\n"
            "  J            : Jump back to oldest post-fork/post-accept action\n"
+           "  K            : kill the connection and go on with next operation\n"
            "  G            : disable lingering\n"
            "  T            : set TCP_NODELAY\n"
            "  Q            : disable TCP Quick-ack\n"