gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r30918 - gnunet/src/mesh
Date: Thu, 28 Nov 2013 02:23:00 +0100

Author: bartpolot
Date: 2013-11-28 02:23:00 +0100 (Thu, 28 Nov 2013)
New Revision: 30918

Modified:
   gnunet/src/mesh/gnunet-service-mesh_connection.c
Log:
- typos, indent


Modified: gnunet/src/mesh/gnunet-service-mesh_connection.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh_connection.c    2013-11-28 01:15:46 UTC 
(rev 30917)
+++ gnunet/src/mesh/gnunet-service-mesh_connection.c    2013-11-28 01:23:00 UTC 
(rev 30918)
@@ -1067,7 +1067,7 @@
  *   a keepalive or a path confirmation message (either create or ACK).
  * - For all other peers, this means to destroy the connection,
  *   due to lack of activity.
- * Starts the tiemout if no timeout was running (connection just created).
+ * Starts the timeout if no timeout was running (connection just created).
  *
  * @param c Connection whose timeout to reset.
  * @param fwd Is this forward?
@@ -1291,8 +1291,8 @@
 
     /* Keep tunnel alive in direction dest->owner*/
     c->bck_maintenance_task =
-            GNUNET_SCHEDULER_add_delayed (create_connection_time,
-                                          &connection_bck_keepalive, c);
+      GNUNET_SCHEDULER_add_delayed (create_connection_time,
+                                    &connection_bck_keepalive, c);
   }
   else
   {
@@ -2176,8 +2176,8 @@
   if (0 == own_pos)
   {
     c->fwd_maintenance_task =
-            GNUNET_SCHEDULER_add_delayed (create_connection_time,
-                                          &connection_fwd_keepalive, c);
+      GNUNET_SCHEDULER_add_delayed (create_connection_time,
+                                    &connection_fwd_keepalive, c);
   }
   if (GNUNET_OK != register_neighbors (c))
   {




reply via email to

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