gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r12067 - gnunet/src/dht


From: gnunet
Subject: [GNUnet-SVN] r12067 - gnunet/src/dht
Date: Wed, 30 Jun 2010 18:00:46 +0200

Author: nevans
Date: 2010-06-30 18:00:46 +0200 (Wed, 30 Jun 2010)
New Revision: 12067

Modified:
   gnunet/src/dht/test_dht_twopeer.c
Log:
give dht service a chance to receive core connect message

Modified: gnunet/src/dht/test_dht_twopeer.c
===================================================================
--- gnunet/src/dht/test_dht_twopeer.c   2010-06-30 15:58:44 UTC (rev 12066)
+++ gnunet/src/dht/test_dht_twopeer.c   2010-06-30 16:00:46 UTC (rev 12067)
@@ -230,8 +230,8 @@
 
       curr_get_ctx.dht_handle = peer1dht;
       curr_get_ctx.peer = &peer2id;
-      GNUNET_SCHEDULER_add_now (sched, &do_get, &curr_get_ctx);
-      //GNUNET_SCHEDULER_add_delayed (sched, 
GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 2), &do_get, 
&curr_get_ctx);
+      //GNUNET_SCHEDULER_add_now (sched, &do_get, &curr_get_ctx);
+      GNUNET_SCHEDULER_add_delayed (sched, 
GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 2), &do_get, 
&curr_get_ctx);
     }
   else if (total_connections + failed_connections == expected_connections)
     {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]