1
0
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:
david
2007-08-30 06:30:29 +00:00
parent c0c4ab055f
commit 695b1a3a2d
2 changed files with 14 additions and 4 deletions

2
nmap.h
View File

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