gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r28264 - gnunet/src/mesh
Date: Tue, 23 Jul 2013 14:53:29 +0200

Author: bartpolot
Date: 2013-07-23 14:53:29 +0200 (Tue, 23 Jul 2013)
New Revision: 28264

Modified:
   gnunet/src/mesh/gnunet-service-mesh.c
Log:
- doxygen

Modified: gnunet/src/mesh/gnunet-service-mesh.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh.c       2013-07-23 12:51:47 UTC (rev 
28263)
+++ gnunet/src/mesh/gnunet-service-mesh.c       2013-07-23 12:53:29 UTC (rev 
28264)
@@ -2939,10 +2939,10 @@
 
 
 /**
- * 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 @@
  * 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)




reply via email to

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