diff options
author | Libor Peltan <libor.peltan@nic.cz> | 2021-11-05 11:37:11 +0100 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2021-11-09 08:03:45 +0100 |
commit | f1363bd18fcbdc2fdf673df73f0f4267e28ea1e7 (patch) | |
tree | dddb4fade28812c0a7b5a470cf001f3bc32308f8 /doc/man_kdig.rst | |
parent | kdig: fix documented default EDNS bufsize (diff) | |
download | knot-f1363bd18fcbdc2fdf673df73f0f4267e28ea1e7.tar.xz knot-f1363bd18fcbdc2fdf673df73f0f4267e28ea1e7.zip |
kdig: interpret zero timeout as infinity
Diffstat (limited to 'doc/man_kdig.rst')
-rw-r--r-- | doc/man_kdig.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man_kdig.rst b/doc/man_kdig.rst index d84572ca4..a3aa4d0e5 100644 --- a/doc/man_kdig.rst +++ b/doc/man_kdig.rst @@ -294,8 +294,8 @@ Options **+**\ [\ **no**\ ]\ **timeout**\ =\ *T* Set the wait-for-reply interval in seconds (default is 5 seconds). This timeout - applies to each query attempt. An attempt to set T to less than 1 will result - in a query timeout of 1 second being applied. + applies to each query attempt. Zero value or *notimeout* is intepreted as + infinity. **+**\ [\ **no**\ ]\ **retry**\ =\ *N* Set the number (>=0) of UDP retries (default is 2). This doesn't apply to |