aboutsummaryrefslogtreecommitdiff
path: root/src/nat/test_nat.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-07-11 14:49:46 +0000
committerChristian Grothoff <christian@grothoff.org>2011-07-11 14:49:46 +0000
commit8dc32abbeff6b4b348253afed6c60543665a34c2 (patch)
tree0fe942debb1a57fcfef9d3526aab7217377b101a /src/nat/test_nat.c
parentc7c9e6915281826e3027bc215ddffb14c2a72e47 (diff)
downloadgnunet-8dc32abbeff6b4b348253afed6c60543665a34c2.tar.gz
gnunet-8dc32abbeff6b4b348253afed6c60543665a34c2.zip
logging
Diffstat (limited to 'src/nat/test_nat.c')
-rw-r--r--src/nat/test_nat.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/nat/test_nat.c b/src/nat/test_nat.c
index 72cff0915..cb011c7af 100644
--- a/src/nat/test_nat.c
+++ b/src/nat/test_nat.c
@@ -41,11 +41,13 @@
41#include "gnunet_nat_lib.h" 41#include "gnunet_nat_lib.h"
42 42
43 43
44#define VERBOSE GNUNET_YES 44#define VERBOSE GNUNET_NO
45 45
46 46
47/* Time to wait before stopping NAT, in seconds */ 47/**
48#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 60) 48 * Time to wait before stopping NAT, in seconds
49 */
50#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 5)
49 51
50 52
51/** 53/**