mirror of
https://github.com/nmap/nmap.git
synced 2026-02-15 18:06:35 +00:00
Merge r863 of nmap-exp/fyodor-perf:
o Added the undocumented (except here) --nogcc option which disables global/group congestion control algorithms and so each member of a scan group of machines is treated separately. This is just an experimental option for now. [Fyodor]
This commit is contained in:
@@ -186,6 +186,7 @@ class NmapOps {
|
||||
char device[64];
|
||||
int interactivemode;
|
||||
int ping_group_sz;
|
||||
int nogcc; /* Turn off group congestion control with --nogcc */
|
||||
int generate_random_ips; /* -iR option */
|
||||
FingerPrintDB *reference_FPs; /* Used in the new OS scan system. */
|
||||
u16 magic_port;
|
||||
|
||||
Reference in New Issue
Block a user