gnunet-svn
[Top][All Lists]
Advanced

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

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


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

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

Modified:
   gnunet/src/cadet/gnunet-service-cadet_connection.c
Log:
- debug INFO for missing keepalive in BCK

Modified: gnunet/src/cadet/gnunet-service-cadet_connection.c
===================================================================
--- gnunet/src/cadet/gnunet-service-cadet_connection.c  2014-07-21 00:15:24 UTC 
(rev 33996)
+++ gnunet/src/cadet/gnunet-service-cadet_connection.c  2014-07-21 00:15:25 UTC 
(rev 33997)
@@ -949,7 +949,10 @@
 connection_maintain (struct CadetConnection *c, int fwd)
 {
   if (GNUNET_NO != c->destroy)
+  {
+    LOG (GNUNET_ERROR_TYPE_INFO, "not sending keepalive, being destroyed\n");
     return;
+  }
 
   if (NULL == c->t)
   {
@@ -960,6 +963,7 @@
   if (CADET_TUNNEL_SEARCHING == GCT_get_cstate (c->t))
   {
     /* TODO DHT GET with RO_BART */
+    LOG (GNUNET_ERROR_TYPE_INFO, "not sending keepalive, tunnel SEARCHING\n");
     return;
   }
   switch (c->state)




reply via email to

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