mirror of
https://github.com/nmap/nmap.git
synced 2026-09-21 15:46:45 +00:00
parent
be64d14098
commit
3f1ad0742e
7 changed files with 63 additions and 2 deletions
|
|
@ -304,6 +304,11 @@ class NmapOps {
|
|||
slow against it. If we don't distinguish between closed and filtered ports,
|
||||
we can get the list of open ports very fast */
|
||||
|
||||
int defeat_icmp_ratelimit; /* If a host rate-limits ICMP responses, then scanning
|
||||
is very slow against it. This option prevents Nmap to adjust timing
|
||||
when it changes the port's state because of ICMP response, as the latter
|
||||
might be rate-limited. Doing so we can get scan results faster. */
|
||||
|
||||
struct in_addr resume_ip; /* The last IP in the log file if user
|
||||
requested --restore . Otherwise
|
||||
restore_ip.s_addr == 0. Also
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue