mirror of
https://github.com/nmap/nmap.git
synced 2025-12-31 11:59:03 +00:00
libdnet stripped and integrated, ARP ping scan starting to work pretty well
This commit is contained in:
2
nmap.h
2
nmap.h
@@ -335,7 +335,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 1024
|
||||
#define PING_GROUP_SZ 2048
|
||||
|
||||
/* DO NOT change stuff after this point */
|
||||
#define UC(b) (((int)b)&0xff)
|
||||
|
||||
Reference in New Issue
Block a user