From bc271670631aa604cb2397fd0c85ab2dccf8664d Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Tue, 5 Nov 2013 15:52:39 +0000 Subject: [PATCH] - doc --- src/mesh/gnunet-service-mesh_tunnel.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mesh/gnunet-service-mesh_tunnel.h b/src/mesh/gnunet-service-mesh_tunnel.h index 42b18fe2e..78f357759 100644 --- a/src/mesh/gnunet-service-mesh_tunnel.h +++ b/src/mesh/gnunet-service-mesh_tunnel.h @@ -51,7 +51,7 @@ enum MeshTunnel3State MESH_TUNNEL3_NEW, /** - * Path to the peer not known yet + * Path to the peer not known yet. */ MESH_TUNNEL3_SEARCHING, @@ -71,12 +71,12 @@ enum MeshTunnel3State MESH_TUNNEL3_PING_SENT, /** - * Peer connected and ready to accept data + * Peer connected and ready to accept data. */ MESH_TUNNEL3_READY, /** - * Peer connected previosly but not responding + * Peer connected previosly but not responding. */ MESH_TUNNEL3_RECONNECTING, -- 2.25.1