From 7149c2143b87fd514c927cb581d2c5d332213616 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Mon, 23 Jul 2012 17:38:21 +0000 Subject: [PATCH] - unused msg numbers --- src/include/gnunet_protocols.h | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h index dc29a4d02..6d90f5265 100644 --- a/src/include/gnunet_protocols.h +++ b/src/include/gnunet_protocols.h @@ -790,30 +790,10 @@ extern "C" */ #define GNUNET_MESSAGE_TYPE_MESH_TUNNEL_DESTROY 266 -/** - * Set tunnel speed to slowest peer - */ -#define GNUNET_MESSAGE_TYPE_MESH_TUNNEL_MIN 267 - -/** - * Set tunnel speed to fastest peer - */ -#define GNUNET_MESSAGE_TYPE_MESH_TUNNEL_MAX 268 - -/** - * Set tunnel buffering on. - */ -#define GNUNET_MESSAGE_TYPE_MESH_TUNNEL_BUFFER 269 - -/** - * Set tunnel buffering off. - */ -#define GNUNET_MESSAGE_TYPE_MESH_TUNNEL_NOBUFFER 270 - /** * ACK for a data packet. */ -#define GNUNET_MESSAGE_TYPE_MESH_ACK 271 +#define GNUNET_MESSAGE_TYPE_MESH_ACK 267 /** * Connect to the mesh service, specifying subscriptions -- 2.25.1