gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] 01/02: DHT: Remove unused processing option


From: gnunet
Subject: [gnunet] 01/02: DHT: Remove unused processing option
Date: Fri, 03 Dec 2021 18:22:39 +0100

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

commit a0b8084ca93b19191ad0529ae349b4821ff905d6
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Fri Dec 3 18:14:38 2021 +0100

    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
 };
 
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]