mirror of
https://github.com/nmap/nmap.git
synced 2026-09-14 08:26:58 +00:00
Allow --host-timeout=0 to override the timeout of -T5.
This commit is contained in:
parent
a889c3ebe0
commit
169dc44b73
3 changed files with 15 additions and 1 deletions
|
|
@ -2782,6 +2782,10 @@ scanning other hosts at the same time during that half an hour, so it isn't a co
|
|||
No port table, OS detection, or version detection results are printed
|
||||
for that host.</para>
|
||||
|
||||
<para>The special value <literal>0</literal> can be used to mean <quote>no
|
||||
timeout</quote>, which can be used to override the <option>T5</option>
|
||||
timing template, which sets the host timeout to 15 minutes.</para>
|
||||
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
|
@ -2804,6 +2808,10 @@ for that host.</para>
|
|||
target host or port and the timeout period will be reset for
|
||||
the next instance.</para>
|
||||
|
||||
<para>The special value <literal>0</literal> can be used to mean <quote>no
|
||||
timeout</quote>, which can be used to override the <option>T5</option>
|
||||
timing template, which sets the script timeout to 10 minutes.</para>
|
||||
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue