gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r33999 - gnunet/src/cadet


From: gnunet
Subject: [GNUnet-SVN] r33999 - gnunet/src/cadet
Date: Mon, 21 Jul 2014 02:15:28 +0200

Author: bartpolot
Date: 2014-07-21 02:15:28 +0200 (Mon, 21 Jul 2014)
New Revision: 33999

Modified:
   gnunet/src/cadet/gnunet-service-cadet_connection.c
Log:
- debug info for tunnel status mismatch

Modified: gnunet/src/cadet/gnunet-service-cadet_connection.c
===================================================================
--- gnunet/src/cadet/gnunet-service-cadet_connection.c  2014-07-21 00:15:26 UTC 
(rev 33998)
+++ gnunet/src/cadet/gnunet-service-cadet_connection.c  2014-07-21 00:15:28 UTC 
(rev 33999)
@@ -961,7 +961,9 @@
 
   if (CADET_TUNNEL_SEARCHING == GCT_get_cstate (c->t))
   {
-    /* TODO DHT GET with RO_BART */
+    /* If status is SEARCHING, why is there a connection? Should be WAITING */
+    GNUNET_break (0);
+    GCT_debug (c->t, GNUNET_ERROR_TYPE_ERROR);
     LOG (GNUNET_ERROR_TYPE_INFO, "not sending keepalive, tunnel SEARCHING\n");
     schedule_next_keepalive (c, fwd);
     return;




reply via email to

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