projects
/
haproxy-3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
752cc49
)
CONTRIB: tcploop: report action 'K' (kill) in usage message
author
Willy Tarreau
<w@1wt.eu>
Tue, 14 Mar 2017 13:44:06 +0000
(14:44 +0100)
committer
Willy 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
patch
|
blob
|
history
diff --git
a/contrib/tcploop/tcploop.c
b/contrib/tcploop/tcploop.c
index
543e346
..
9e6d747
100644
(file)
--- a/
contrib/tcploop/tcploop.c
+++ b/
contrib/tcploop/tcploop.c
@@
-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"