gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r10229 - gnunet/src/core


From: gnunet
Subject: [GNUnet-SVN] r10229 - gnunet/src/core
Date: Fri, 5 Feb 2010 16:23:19 +0100

Author: nevans
Date: 2010-02-05 16:23:19 +0100 (Fri, 05 Feb 2010)
New Revision: 10229

Modified:
   gnunet/src/core/test_core_api.c
Log:
longer timeout to make test work on slower machines, but the problem is still 
that the timeout for notifying transmit ready somehow gets propagated to core 
retrying a transmission

Modified: gnunet/src/core/test_core_api.c
===================================================================
--- gnunet/src/core/test_core_api.c     2010-02-05 15:22:13 UTC (rev 10228)
+++ gnunet/src/core/test_core_api.c     2010-02-05 15:23:19 UTC (rev 10229)
@@ -247,7 +247,7 @@
 
       if (NULL == GNUNET_CORE_notify_transmit_ready (p1.ch,
                                          0,
-                                         GNUNET_TIME_relative_multiply 
(GNUNET_TIME_UNIT_SECONDS, 15),
+                                         GNUNET_TIME_relative_multiply 
(GNUNET_TIME_UNIT_SECONDS, 45),
                                          &p2.id,
                                          sizeof (struct GNUNET_MessageHeader),
                                          &transmit_ready, &p1))





reply via email to

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