From: Willy Tarreau Date: Tue, 14 Mar 2017 13:44:06 +0000 (+0100) Subject: CONTRIB: tcploop: report action 'K' (kill) in usage message X-Git-Tag: v1.8-dev1~81 X-Git-Url: http://git.haproxy.org/?a=commitdiff_plain;h=bcd817e6699af7ae3d146110174ae0e241b0759c;p=haproxy-3.0.git CONTRIB: tcploop: report action 'K' (kill) in usage message It was missing from the initial import. --- diff --git a/contrib/tcploop/tcploop.c b/contrib/tcploop/tcploop.c index 543e346..9e6d747 100644 --- a/contrib/tcploop/tcploop.c +++ b/contrib/tcploop/tcploop.c @@ -108,6 +108,7 @@ __attribute__((noreturn)) void usage(int code, const char *arg0) " A[] : Accepts 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"