aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-06-30 16:00:46 +0000
committerNathan S. Evans <evans@in.tum.de>2010-06-30 16:00:46 +0000
commit1d49e3fc3af7dbdf08704c9f2420c23c5c2bfac3 (patch)
treecc0b6388f20a33bf483506befd8693d799bd0add /src
parent444781955f83b5d541d7ee4556bcf864f4a2d38a (diff)
downloadgnunet-1d49e3fc3af7dbdf08704c9f2420c23c5c2bfac3.tar.gz
gnunet-1d49e3fc3af7dbdf08704c9f2420c23c5c2bfac3.zip
give dht service a chance to receive core connect message
Diffstat (limited to 'src')
-rw-r--r--src/dht/test_dht_twopeer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dht/test_dht_twopeer.c b/src/dht/test_dht_twopeer.c
index c1472210e..fb00e559c 100644
--- a/src/dht/test_dht_twopeer.c
+++ b/src/dht/test_dht_twopeer.c
@@ -230,8 +230,8 @@ topology_callback (void *cls,
230 230
231 curr_get_ctx.dht_handle = peer1dht; 231 curr_get_ctx.dht_handle = peer1dht;
232 curr_get_ctx.peer = &peer2id; 232 curr_get_ctx.peer = &peer2id;
233 GNUNET_SCHEDULER_add_now (sched, &do_get, &curr_get_ctx); 233 //GNUNET_SCHEDULER_add_now (sched, &do_get, &curr_get_ctx);
234 //GNUNET_SCHEDULER_add_delayed (sched, GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 2), &do_get, &curr_get_ctx); 234 GNUNET_SCHEDULER_add_delayed (sched, GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 2), &do_get, &curr_get_ctx);
235 } 235 }
236 else if (total_connections + failed_connections == expected_connections) 236 else if (total_connections + failed_connections == expected_connections)
237 { 237 {