diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-12-09 20:44:54 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-12-09 20:44:54 +0000 |
commit | 6b8ed4f7d702030af11d9b6b1d4f969fa9ec0e14 (patch) | |
tree | 8519d6d27e7c3b5bb6a014f11492cc1f198f61f3 /src/dnsperf.1.in | |
parent | Adding upstream version 2.8.0. (diff) | |
download | dnsperf-6b8ed4f7d702030af11d9b6b1d4f969fa9ec0e14.tar.xz dnsperf-6b8ed4f7d702030af11d9b6b1d4f969fa9ec0e14.zip |
Adding upstream version 2.9.0.upstream/2.9.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | src/dnsperf.1.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/dnsperf.1.in b/src/dnsperf.1.in index 99c0785..787f89f 100644 --- a/src/dnsperf.1.in +++ b/src/dnsperf.1.in @@ -413,6 +413,24 @@ Following type are available. \fBsendfailed\fR: Suppress messages about failure to send packets or if only parts of the packet were sent .br \fBsockready\fR: Suppress messages about socket readiness +.br +\fBunexpected\fR: Suppress messages about answers with an unexpected message ID +.RE + +\fBnum-queries-per-conn=\fINUMBER\fR +.br +.RS +This will limit the number of queries sent over a connection before +triggering a re-connection. Once re-connected it will reset the counter and +continue sending queries until the limit is reached again, triggering +another re-connection and so on. +Using this option will also enable counting number of responses received +for each connection and once the limit is reached for sending queries it +will wait until the same amount of responses has been received before +re-connecting. +Waiting for responses may timeout and the timeout used for this is the +same as specified by \fB-t\fR. +Note that this option is only useful for connection oriented protocols. .RE .SH "SEE ALSO" \fBresperf\fR(1) |