From 41dc74fc9ebb29931fc7f78cc2d3cef7eb1bee7b Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Wed, 27 Nov 2013 18:02:08 +0000 Subject: - update message types --- src/mesh/mesh_common.c | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) (limited to 'src/mesh') 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 @@ -115,11 +115,6 @@ GNUNET_MESH_DEBUG_M2S (uint16_t m) */ case 266: return "GNUNET_MESSAGE_TYPE_MESH_CONNECTION_DESTROY"; - /** - * Request the destruction of a whole tunnel - */ - case 267: return "GNUNET_MESSAGE_TYPE_MESH_TUNNEL_DESTROY"; - /** * ACK for a data packet. */ @@ -133,12 +128,7 @@ GNUNET_MESH_DEBUG_M2S (uint16_t m) /** * Announce origin is still alive. */ - case 270: return "GNUNET_MESSAGE_TYPE_MESH_FWD_KEEPALIVE"; - - /** - * Announce destination is still alive. - */ - case 271: return "GNUNET_MESSAGE_TYPE_MESH_BCK_KEEPALIVE"; + case 270: return "GNUNET_MESSAGE_TYPE_MESH_KEEPALIVE"; /** * Connect to the mesh service, specifying subscriptions @@ -183,12 +173,7 @@ GNUNET_MESH_DEBUG_M2S (uint16_t m) /** * Local monitoring of service. */ - case 287: return "GNUNET_MESSAGE_TYPE_MESH_LOCAL_INFO_TUNNELS"; - - /** - * Local monitoring of service of a specific tunnel. - */ - case 288: return "GNUNET_MESSAGE_TYPE_MESH_LOCAL_INFO_TUNNEL"; + case 287: return "GNUNET_MESSAGE_TYPE_MESH_LOCAL_NACK"; /** * 640kb should be enough for everybody -- cgit v1.2.3