mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-25 06:02:08 +00:00
CONTRIB: tcploop: report action 'K' (kill) in usage message
It was missing from the initial import.
This commit is contained in:
parent
752cc49728
commit
bcd817e669
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user