1
0
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:
fyodor
2008-07-11 07:28:36 +00:00
parent e0c55bee30
commit 8605cc3682
5 changed files with 17 additions and 0 deletions

View File

@@ -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;