aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-01-29 16:20:16 +0000
committerNathan S. Evans <evans@in.tum.de>2010-01-29 16:20:16 +0000
commit65f29cbee10775c4ec627f01c115d1bebea88642 (patch)
tree2b2bf1ba3aeaec935848707c6efa5b83fc917dbc /src
parentc2438a93bf74f7a4a14e8bc8c64d85cbb59f79a0 (diff)
downloadgnunet-65f29cbee10775c4ec627f01c115d1bebea88642.tar.gz
gnunet-65f29cbee10775c4ec627f01c115d1bebea88642.zip
comment fix
Diffstat (limited to 'src')
-rw-r--r--src/transport/test_transport_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/test_transport_api.c b/src/transport/test_transport_api.c
index c03f9dec7..dd9321546 100644
--- a/src/transport/test_transport_api.c
+++ b/src/transport/test_transport_api.c
@@ -223,7 +223,7 @@ exchange_hello_last (void *cls,
223 223
224 GNUNET_TRANSPORT_offer_hello (p1.th, message); 224 GNUNET_TRANSPORT_offer_hello (p1.th, message);
225 225
226 /*sleep(10);*/ /* Make sure we are not falling prey to the "favorable timing" bug... 226 /*sleep(1);*/ /* Make sure we are not falling prey to the "favorable timing" bug... */
227 227
228 /* both HELLOs exchanged, get ready to test transmission! */ 228 /* both HELLOs exchanged, get ready to test transmission! */
229 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 229 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,