mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Merge r5728:5733 from /nmap-exp/david/nmap-massping-migration.
Increase PING_GROUP_SZ to 4096. Remove a broken test for wierd_responses (subnet broadcast addresses) and write a note that a working test is needed.
This commit is contained in:
2
nmap.h
2
nmap.h
@@ -327,7 +327,7 @@ void *realloc();
|
||||
/* Number of hosts we pre-ping and then scan. We do a lot more if
|
||||
randomize_hosts is set. Every one you add to this leads to ~1K of
|
||||
extra always-resident memory in nmap */
|
||||
#define PING_GROUP_SZ 2048
|
||||
#define PING_GROUP_SZ 4096
|
||||
|
||||
/* DO NOT change stuff after this point */
|
||||
#define UC(b) (((int)b)&0xff)
|
||||
|
||||
Reference in New Issue
Block a user