Commit b615628
authored
Correct default retry count in nslookup documentation
Updated the default number of retries from 4 to 1 in the nslookup set retry documentation and deleted the timeout period will be doubled after retry, according to the behavior of currently supported Windows versions.
<Sample in WIndows 11 24H2>
> set all
Default Server: MS01-16-FS1.ms01.com
Address: 10.1.1.51
Set options:
nodebug
defname
search
recurse
nod2
novc
noignoretc
port=53
type=A+AAAA
class=IN
timeout=2
retry=1
>>>> default retry value=1
nslookup bing.com.
Server: MS01-16-FS1.ms01.com
Address: 10.1.1.51
DNS request timed out.
timeout was 2 seconds.
DNS request timed out.
timeout was 2 seconds.
*** Request to MS01-16-FS1.ms01.com timed-out
>>>> timeout period will not be doubled after first timeout.1 parent 248a9f6 commit b615628
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments