mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
Merge the minimum-rate scanning feature (--min-rate) from
/nmap-exp/david/nmap-fixed-rate.
This commit is contained in:
parent
dd220398b1
commit
feab94ebd3
8 changed files with 351 additions and 14 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue