Merge the minimum-rate scanning feature (--min-rate) from

/nmap-exp/david/nmap-fixed-rate.
This commit is contained in:
david 2008-03-26 02:41:32 +00:00
parent dd220398b1
commit feab94ebd3
8 changed files with 351 additions and 14 deletions

View file

@ -178,6 +178,8 @@ class NmapOps {
bool openOnly() { return open_only; }
void setOpenOnly(bool oo) { open_only = oo; }
int verbose;
/* The requested minimum packet sending rate, or 0.0 if unset. */
float min_packet_send_rate;
int randomize_hosts;
int spoofsource; /* -S used */
int fastscan;