From a0b8084ca93b19191ad0529ae349b4821ff905d6 Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Fri, 3 Dec 2021 18:14:38 +0100 Subject: DHT: Remove unused processing option --- src/include/gnunet_dht_service.h | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/include/gnunet_dht_service.h b/src/include/gnunet_dht_service.h index 34628e1fb..d4a4ed7d2 100644 --- a/src/include/gnunet_dht_service.h +++ b/src/include/gnunet_dht_service.h @@ -100,14 +100,10 @@ enum GNUNET_DHT_RouteOption GNUNET_DHT_RO_FIND_PEER = 4, /** - * Possible message option for query key randomization. - */ - GNUNET_DHT_RO_BART = 8, - - /** - * Flag given to monitors if this was the last hop for a GET/PUT. - */ - GNUNET_DHT_RO_LAST_HOP = 16 + * Flag given to monitors if this was the last hop for a GET/PUT. + * This is only used for internal processing. + */ + GNUNET_DHT_RO_LAST_HOP = 65535 }; -- cgit v1.2.3