debug and timeout
authorMatthias Wachs <wachs@net.in.tum.de>
Mon, 21 Mar 2011 10:41:54 +0000 (10:41 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Mon, 21 Mar 2011 10:41:54 +0000 (10:41 +0000)
src/transport/test_transport_ats.c
src/transport/test_transport_ats_peer1.conf
src/transport/test_transport_ats_peer2.conf

index 73997595165a0db80751f7a0700d6a725b6e5c05..2d3321a9e59a72be8e5ecad2f5e203d68f845d99 100644 (file)
@@ -45,7 +45,7 @@
 /**
  * How long until we give up on transmitting the message?
  */
-#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 5)
+#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 90)
 
 /**
  * How long until we give up on transmitting the message?
index 0347d293f0750f401a3a22c37b98720d3e6917a7..ba868434ec39c0344d4f293c80f6cd5667e9f8c1 100644 (file)
@@ -41,7 +41,7 @@ MINIMUM-FRIENDS = 0
 
 [transport]
 PLUGINS = tcp unix
-#DEBUG = YES
+DEBUG = YES
 #PREFIX = xterm -T transport2 -e gdb --command=cmd --args
 #PREFIX = valgrind --tool=memcheck --leak-check=full --log-file=transport%p
 ACCEPT_FROM6 = ::1;
index 065ed56a59c8ecf5d8259c08966f299f314a58ae..526bf50fdde1f9fe4001a52f7cf6872b3a41a844 100644 (file)
@@ -41,7 +41,7 @@ MINIMUM-FRIENDS = 0
 
 [transport]
 PLUGINS = tcp unix
-#DEBUG = YES
+DEBUG = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 NEIGHBOUR_LIMIT = 50