From d6bd47b1206c65e537eb3d3f60a20273e713f993 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Mon, 21 Mar 2011 10:41:54 +0000 Subject: [PATCH] debug and timeout --- src/transport/test_transport_ats.c | 2 +- src/transport/test_transport_ats_peer1.conf | 2 +- src/transport/test_transport_ats_peer2.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/transport/test_transport_ats.c b/src/transport/test_transport_ats.c index 739975951..2d3321a9e 100644 --- a/src/transport/test_transport_ats.c +++ b/src/transport/test_transport_ats.c @@ -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? diff --git a/src/transport/test_transport_ats_peer1.conf b/src/transport/test_transport_ats_peer1.conf index 0347d293f..ba868434e 100644 --- a/src/transport/test_transport_ats_peer1.conf +++ b/src/transport/test_transport_ats_peer1.conf @@ -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; diff --git a/src/transport/test_transport_ats_peer2.conf b/src/transport/test_transport_ats_peer2.conf index 065ed56a5..526bf50fd 100644 --- a/src/transport/test_transport_ats_peer2.conf +++ b/src/transport/test_transport_ats_peer2.conf @@ -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 -- 2.25.1