gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 02/02: -fix


From: gnunet
Subject: [gnunet] 02/02: -fix
Date: Tue, 30 Nov 2021 20:05:50 +0100

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

grothoff pushed a commit to branch master
in repository gnunet.

commit 5b4c1620bb7ed90d7bb26484c0a39807bb7f1dd5
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Nov 30 20:05:43 2021 +0100

    -fix
---
 src/include/gnunet_dht_service.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/include/gnunet_dht_service.h b/src/include/gnunet_dht_service.h
index 95d30ae6f..34628e1fb 100644
--- a/src/include/gnunet_dht_service.h
+++ b/src/include/gnunet_dht_service.h
@@ -82,8 +82,9 @@ enum GNUNET_DHT_RouteOption
   GNUNET_DHT_RO_NONE = 0,
 
   /**
-   * Each peer along the way should look at 'enc' (otherwise
-   * only the k-peers closest to the key should look at it).
+   * Each peer along the way should process the request (otherwise
+   * only peers locally closest to the key when the random walk
+   * is over should look at it).
    */
   GNUNET_DHT_RO_DEMULTIPLEX_EVERYWHERE = 1,
 

-- 
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]