mirror of
https://github.com/nmap/nmap.git
synced 2026-01-17 03:49:02 +00:00
Be clear about which max-scan-delay options are set with -T4 and -T5
This commit is contained in:
@@ -3071,12 +3071,14 @@ seconds, respectively, between probes. <option>T3</option><indexterm><primary><
|
||||
default behavior, which includes parallelization.
|
||||
<option>-T4</option>
|
||||
does the equivalent of <option>--max-rtt-timeout 1250ms --min-rtt-timeout 100ms
|
||||
--initial-rtt-timeout 500ms --max-retries 6</option> and sets the maximum TCP scan delay
|
||||
to 10 milliseconds. <option>T5</option>
|
||||
--initial-rtt-timeout 500ms --max-retries 6</option> and sets the maximum TCP and SCTP scan delay
|
||||
to 10ms. <option>T5</option>
|
||||
does the equivalent of
|
||||
<option>--max-rtt-timeout 300ms --min-rtt-timeout 50ms
|
||||
--initial-rtt-timeout 250ms --max-retries 2 --host-timeout 15m --script-timeout 10m</option> as well as
|
||||
setting the maximum TCP scan delay to 5 ms.</para>
|
||||
--initial-rtt-timeout 250ms --max-retries 2 --host-timeout 15m --script-timeout 10m --max-scan-delay</option> as well as
|
||||
setting the maximum TCP and SCTP scan delay to 5ms.
|
||||
Maximum UDP scan delay is not set by <option>T4</option> or <option>T5</option>, but it can be set with the <option>--max-scan-delay</option> option.
|
||||
</para>
|
||||
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
Reference in New Issue
Block a user