gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r30888 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r30888 - gnunet/src/mesh
Date: Wed, 27 Nov 2013 02:59:58 +0100

Author: bartpolot
Date: 2013-11-27 02:59:58 +0100 (Wed, 27 Nov 2013)
New Revision: 30888

Modified:
   gnunet/src/mesh/gnunet-service-mesh_connection.c
   gnunet/src/mesh/gnunet-service-mesh_tunnel.c
Log:
- log


Modified: gnunet/src/mesh/gnunet-service-mesh_connection.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh_connection.c    2013-11-27 01:42:35 UTC 
(rev 30887)
+++ gnunet/src/mesh/gnunet-service-mesh_connection.c    2013-11-27 01:59:58 UTC 
(rev 30888)
@@ -1517,6 +1517,7 @@
      */
     GNUNET_STATISTICS_update (stats, "# control on unknown tunnel",
                               1, GNUNET_NO);
+    LOG (GNUNET_ERROR_TYPE_DEBUG, "  connection unknown: already 
destroyed?\n");
     return GNUNET_OK;
   }
   fwd = is_fwd (c, peer);

Modified: gnunet/src/mesh/gnunet-service-mesh_tunnel.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh_tunnel.c        2013-11-27 01:42:35 UTC 
(rev 30887)
+++ gnunet/src/mesh/gnunet-service-mesh_tunnel.c        2013-11-27 01:59:58 UTC 
(rev 30888)
@@ -395,7 +395,7 @@
  * @return GNUNET_OK if message is fine, GNUNET_SYSERR otherwise.
  */
 int
-check_ephemeral (struct MeshTunnel3 *t, 
+check_ephemeral (struct MeshTunnel3 *t,
                  const struct GNUNET_MESH_KX_Ephemeral *msg)
 {
   /* Check message size */
@@ -1623,6 +1623,7 @@
 {
   struct MeshTConnection *iter;
 
+  LOG (GNUNET_ERROR_TYPE_DEBUG, "Tunnel empty: destroying scheduled\n");
   for (iter = t->connection_head; NULL != iter; iter = iter->next)
   {
     GMC_send_destroy (iter->c);
@@ -1964,7 +1965,7 @@
   unsigned int cs;
   unsigned int buffer;
 
-  LOG (GNUNET_ERROR_TYPE_DEBUG, 
+  LOG (GNUNET_ERROR_TYPE_DEBUG,
        "Tunnel send connection ACKs on %s\n",
        GMT_2s (t));
 
@@ -2019,7 +2020,7 @@
  * @param fwd Was this a FWD going message?
  * @param size Size of the message.
  */
-static void 
+static void
 message_sent (void *cls,
               struct MeshConnection *c,
               struct MeshConnectionQueue *q,
@@ -2227,4 +2228,4 @@
     return "(NULL)";
 
   return GMP_2s (t->peer);
-}
\ No newline at end of file
+}




reply via email to

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