1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-26 09:29:01 +00:00
This commit is contained in:
david
2009-02-24 00:23:54 +00:00
parent a173fe6ce1
commit 486ff13e3a
6 changed files with 59 additions and 0 deletions

View File

@@ -184,6 +184,8 @@ class NmapOps {
float min_packet_send_rate;
/* The requested maximum packet sending rate, or 0.0 if unset. */
float max_packet_send_rate;
/* The requested auto stats printing interval, or 0.0 if unset. */
float stats_interval;
int randomize_hosts;
int spoofsource; /* -S used */
int fastscan;