aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/mesh_common.c')
-rw-r--r--src/mesh/mesh_common.c11
1 files changed, 3 insertions, 8 deletions
diff --git a/src/mesh/mesh_common.c b/src/mesh/mesh_common.c
index 1089e8edc..90f2e5299 100644
--- a/src/mesh/mesh_common.c
+++ b/src/mesh/mesh_common.c
@@ -146,19 +146,14 @@ GNUNET_MESH_DEBUG_M2S (uint16_t m)
146 case 274: return "GNUNET_MESSAGE_TYPE_MESH_CHANNEL_DESTROY"; 146 case 274: return "GNUNET_MESSAGE_TYPE_MESH_CHANNEL_DESTROY";
147 147
148 /** 148 /**
149 * Confirm the creation of a channel 149 * Confirm the creation of a channel.
150 */ 150 */
151 case 275: return "GNUNET_MESSAGE_TYPE_MESH_CHANNEL_ACK"; 151 case 275: return "GNUNET_MESSAGE_TYPE_MESH_CHANNEL_ACK";
152 152
153 /** 153 /**
154 * Ask the mesh service to create a new tunnel 154 * Encrypted payload.
155 */
156 case 280: return "GNUNET_MESSAGE_TYPE_MESH_FWD";
157
158 /**
159 * Ask the mesh service to destroy a tunnel
160 */ 155 */
161 case 281: return "GNUNET_MESSAGE_TYPE_MESH_BCK"; 156 case 280: return "GNUNET_MESSAGE_TYPE_MESH_ENCRYPTED";
162 157
163 /** 158 /**
164 * Local payload traffic 159 * Local payload traffic