1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-06 22:49:02 +00:00

Change some TIMEVAL_SUBTRACT calculations to use TIMEVAL_BEFORE or TIMEVAL_AFTER.

This commit is contained in:
david
2010-08-26 02:09:38 +00:00
parent 22b458476f
commit 84a1bca554

2
nmap.h
View File

@@ -287,7 +287,7 @@ void *realloc();
#define MAXFALLBACKS 20 /* How many comma separated fallbacks are allowed in the service-probes file? */
/* The trace level to give to nsp_settrace with --packet-trace et al. */
#define NSOCK_TRACE_LEVEL 2
#define NSOCK_TRACE_LEVEL 10
/* Default maximum send delay between probes to the same host */
#ifndef MAX_TCP_SCAN_DELAY