gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r12841 - gnunet/src/core
Date: Sat, 4 Sep 2010 21:34:48 +0200

Author: nevans
Date: 2010-09-04 21:34:48 +0200 (Sat, 04 Sep 2010)
New Revision: 12841

Modified:
   gnunet/src/core/gnunet-service-core.c
Log:
allow multiple request connect messages to be sent to transport (failed to 
connect first time)

Modified: gnunet/src/core/gnunet-service-core.c
===================================================================
--- gnunet/src/core/gnunet-service-core.c       2010-09-04 19:34:09 UTC (rev 
12840)
+++ gnunet/src/core/gnunet-service-core.c       2010-09-04 19:34:48 UTC (rev 
12841)
@@ -2371,6 +2371,7 @@
     {
       /* transport should only call us to transmit a message after
        * telling us about a successful connection to the respective peer */
+      n->th = NULL; /* If this happens because of a timeout, reset n-th so 
another message may be sent for this peer! */
       GNUNET_break (0);
       return 0;
     }




reply via email to

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