aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mesh/gnunet-service-mesh_tunnel.h6
1 files 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
51 MESH_TUNNEL3_NEW, 51 MESH_TUNNEL3_NEW,
52 52
53 /** 53 /**
54 * Path to the peer not known yet 54 * Path to the peer not known yet.
55 */ 55 */
56 MESH_TUNNEL3_SEARCHING, 56 MESH_TUNNEL3_SEARCHING,
57 57
@@ -71,12 +71,12 @@ enum MeshTunnel3State
71 MESH_TUNNEL3_PING_SENT, 71 MESH_TUNNEL3_PING_SENT,
72 72
73 /** 73 /**
74 * Peer connected and ready to accept data 74 * Peer connected and ready to accept data.
75 */ 75 */
76 MESH_TUNNEL3_READY, 76 MESH_TUNNEL3_READY,
77 77
78 /** 78 /**
79 * Peer connected previosly but not responding 79 * Peer connected previosly but not responding.
80 */ 80 */
81 MESH_TUNNEL3_RECONNECTING, 81 MESH_TUNNEL3_RECONNECTING,
82 82