aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-11-27 18:02:08 +0000
committerBart Polot <bart@net.in.tum.de>2013-11-27 18:02:08 +0000
commit41dc74fc9ebb29931fc7f78cc2d3cef7eb1bee7b (patch)
tree49edff3f7a51e9502e3a73cdf4f15128b4219f0b /src
parente92d7d9049fe4cc686ce86d7545b0e7b90721d0c (diff)
downloadgnunet-41dc74fc9ebb29931fc7f78cc2d3cef7eb1bee7b.tar.gz
gnunet-41dc74fc9ebb29931fc7f78cc2d3cef7eb1bee7b.zip
- update message types
Diffstat (limited to 'src')
-rw-r--r--src/mesh/mesh_common.c19
1 files changed, 2 insertions, 17 deletions
diff --git a/src/mesh/mesh_common.c b/src/mesh/mesh_common.c
index 06c9b7b84..ad446646a 100644
--- a/src/mesh/mesh_common.c
+++ b/src/mesh/mesh_common.c
@@ -116,11 +116,6 @@ GNUNET_MESH_DEBUG_M2S (uint16_t m)
116 case 266: return "GNUNET_MESSAGE_TYPE_MESH_CONNECTION_DESTROY"; 116 case 266: return "GNUNET_MESSAGE_TYPE_MESH_CONNECTION_DESTROY";
117 117
118 /** 118 /**
119 * Request the destruction of a whole tunnel
120 */
121 case 267: return "GNUNET_MESSAGE_TYPE_MESH_TUNNEL_DESTROY";
122
123 /**
124 * ACK for a data packet. 119 * ACK for a data packet.
125 */ 120 */
126 case 268: return "GNUNET_MESSAGE_TYPE_MESH_ACK"; 121 case 268: return "GNUNET_MESSAGE_TYPE_MESH_ACK";
@@ -133,12 +128,7 @@ GNUNET_MESH_DEBUG_M2S (uint16_t m)
133 /** 128 /**
134 * Announce origin is still alive. 129 * Announce origin is still alive.
135 */ 130 */
136 case 270: return "GNUNET_MESSAGE_TYPE_MESH_FWD_KEEPALIVE"; 131 case 270: return "GNUNET_MESSAGE_TYPE_MESH_KEEPALIVE";
137
138 /**
139 * Announce destination is still alive.
140 */
141 case 271: return "GNUNET_MESSAGE_TYPE_MESH_BCK_KEEPALIVE";
142 132
143 /** 133 /**
144 * Connect to the mesh service, specifying subscriptions 134 * Connect to the mesh service, specifying subscriptions
@@ -183,12 +173,7 @@ GNUNET_MESH_DEBUG_M2S (uint16_t m)
183 /** 173 /**
184 * Local monitoring of service. 174 * Local monitoring of service.
185 */ 175 */
186 case 287: return "GNUNET_MESSAGE_TYPE_MESH_LOCAL_INFO_TUNNELS"; 176 case 287: return "GNUNET_MESSAGE_TYPE_MESH_LOCAL_NACK";
187
188 /**
189 * Local monitoring of service of a specific tunnel.
190 */
191 case 288: return "GNUNET_MESSAGE_TYPE_MESH_LOCAL_INFO_TUNNEL";
192 177
193 /** 178 /**
194 * 640kb should be enough for everybody 179 * 640kb should be enough for everybody