From 84a1bca554ae4cd423893991ae0ba290f2a15335 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 26 Aug 2010 02:09:38 +0000 Subject: [PATCH] Change some TIMEVAL_SUBTRACT calculations to use TIMEVAL_BEFORE or TIMEVAL_AFTER. --- nmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nmap.h b/nmap.h index 4d804fada..a4ceabf77 100644 --- a/nmap.h +++ b/nmap.h @@ -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