aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh_common.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-10-17 13:05:52 +0000
committerBart Polot <bart@net.in.tum.de>2013-10-17 13:05:52 +0000
commit76e897b90794cd1cde6b0a2f79c70104ca6c98f5 (patch)
tree1781b059c46d2d3400cc62e2daccca67c2fe7ef7 /src/mesh/mesh_common.c
parent8f488ae652e52af47d5662666c016755132a72d7 (diff)
downloadgnunet-76e897b90794cd1cde6b0a2f79c70104ca6c98f5.tar.gz
gnunet-76e897b90794cd1cde6b0a2f79c70104ca6c98f5.zip
- multiple fixes
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