mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-24 07:37:53 -04: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue