- doxygen
authorBart Polot <bart@net.in.tum.de>
Tue, 23 Jul 2013 12:53:29 +0000 (12:53 +0000)
committerBart Polot <bart@net.in.tum.de>
Tue, 23 Jul 2013 12:53:29 +0000 (12:53 +0000)
src/mesh/gnunet-service-mesh.c

index 504eeb1e3b34e1a5e1d98b1e6db838a7115bdcc8..b3f310d53de0d08bcae0b8dd6d7068312303eeb8 100644 (file)
@@ -2939,10 +2939,10 @@ tunnel_keepalive (struct MeshTunnel *t, int fwd)
 
 
 /**
- * Send keepalive packets for a tunnel.
+ * Send create (PATH_CREATE/PATH_ACK) packets for a tunnel.
  *
- * @param cls Closure (tunnel for which to send the keepalive).
- * @param tc Notification context.
+ * @param t Tunnel for which to send the message.
+ * @param fwd If GNUNET_YES, send CREATE, otherwise send ACK.
  */
 static void
 tunnel_recreate (struct MeshTunnel *t, int fwd)
@@ -2963,7 +2963,7 @@ tunnel_recreate (struct MeshTunnel *t, int fwd)
  * appropriate message (build or keepalive)
  *
  * @param t Tunnel to maintain.
- * @param fw Is FWD?
+ * @param fwd Is FWD?
  */
 static void
 tunnel_maintain (struct MeshTunnel *t, int fwd)