1
0
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:
dmiller
2021-05-13 21:57:13 +00:00
parent 14c7f87d6f
commit a889c3ebe0
2 changed files with 8 additions and 4 deletions

View File

@@ -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&nbsp;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>