diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-11-07 13:41:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-11-07 13:41:35 +0000 |
commit | 1d092509b65227239caf2ef24c5031bd4f431c6e (patch) | |
tree | 18e289fae6c2f55bdf6201269dde058111afcacd /src/dnsperf.1.in | |
parent | Releasing debian version 2.7.1-1. (diff) | |
download | dnsperf-1d092509b65227239caf2ef24c5031bd4f431c6e.tar.xz dnsperf-1d092509b65227239caf2ef24c5031bd4f431c6e.zip |
Merging upstream version 2.8.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/dnsperf.1.in')
-rw-r--r-- | src/dnsperf.1.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/dnsperf.1.in b/src/dnsperf.1.in index 55cbdf1..99c0785 100644 --- a/src/dnsperf.1.in +++ b/src/dnsperf.1.in @@ -397,6 +397,23 @@ The URI to use for DNS-over-HTTPS, default value is The HTTP method to use when querying with DNS-over-HTTPS, default is GET. Available methods are: GET, POST. .RE + +\fBsuppress=\fIMESSAGE[,MESSAGE,...]\fR +.br +.RS +Suppress various messages and warnings that may be shown excessively in some +situations, such as socket readiness when connecting to a slow service. +Can suppress multiple types by listing them as a comma separated list. +Following type are available. + +\fBtimeouts\fR: Suppress messages about queries being timed out +.br +\fBcongestion\fR: Suppress messages about network congestion +.br +\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 +.RE .SH "SEE ALSO" \fBresperf\fR(1) .SH AUTHOR |