From: Bart Polot Date: Tue, 23 Jul 2013 12:53:29 +0000 (+0000) Subject: - doxygen X-Git-Tag: initial-import-from-subversion-38251~8116 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=402389b8f1fd8561bfe9ec9b94642441c187d7ce;p=oweals%2Fgnunet.git - doxygen --- diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c index 504eeb1e3..b3f310d53 100644 --- a/src/mesh/gnunet-service-mesh.c +++ b/src/mesh/gnunet-service-mesh.c @@ -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)