aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-07-23 12:53:29 +0000
committerBart Polot <bart@net.in.tum.de>2013-07-23 12:53:29 +0000
commit402389b8f1fd8561bfe9ec9b94642441c187d7ce (patch)
tree1e3eef3821e3cec9b4c79f35907c3eb6dc2a8460 /src/mesh
parentec585b15eb1e59cb7bacf996321f2a369aea11bf (diff)
downloadgnunet-402389b8f1fd8561bfe9ec9b94642441c187d7ce.tar.gz
gnunet-402389b8f1fd8561bfe9ec9b94642441c187d7ce.zip
- doxygen
Diffstat (limited to 'src/mesh')
-rw-r--r--src/mesh/gnunet-service-mesh.c8
1 files changed, 4 insertions, 4 deletions
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)
2939 2939
2940 2940
2941/** 2941/**
2942 * Send keepalive packets for a tunnel. 2942 * Send create (PATH_CREATE/PATH_ACK) packets for a tunnel.
2943 * 2943 *
2944 * @param cls Closure (tunnel for which to send the keepalive). 2944 * @param t Tunnel for which to send the message.
2945 * @param tc Notification context. 2945 * @param fwd If GNUNET_YES, send CREATE, otherwise send ACK.
2946 */ 2946 */
2947static void 2947static void
2948tunnel_recreate (struct MeshTunnel *t, int fwd) 2948tunnel_recreate (struct MeshTunnel *t, int fwd)
@@ -2963,7 +2963,7 @@ tunnel_recreate (struct MeshTunnel *t, int fwd)
2963 * appropriate message (build or keepalive) 2963 * appropriate message (build or keepalive)
2964 * 2964 *
2965 * @param t Tunnel to maintain. 2965 * @param t Tunnel to maintain.
2966 * @param fw Is FWD? 2966 * @param fwd Is FWD?
2967 */ 2967 */
2968static void 2968static void
2969tunnel_maintain (struct MeshTunnel *t, int fwd) 2969tunnel_maintain (struct MeshTunnel *t, int fwd)