aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-11-30 20:05:43 +0100
committerChristian Grothoff <christian@grothoff.org>2021-11-30 20:05:43 +0100
commit5b4c1620bb7ed90d7bb26484c0a39807bb7f1dd5 (patch)
treedb347ebb43790e122ec7e3a41d396336db929b1a /src
parent851f794c617b6b95af8c69b72524f10b9ade131c (diff)
downloadgnunet-5b4c1620bb7ed90d7bb26484c0a39807bb7f1dd5.tar.gz
gnunet-5b4c1620bb7ed90d7bb26484c0a39807bb7f1dd5.zip
-fix
Diffstat (limited to 'src')
-rw-r--r--src/include/gnunet_dht_service.h5
1 files 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
82 GNUNET_DHT_RO_NONE = 0, 82 GNUNET_DHT_RO_NONE = 0,
83 83
84 /** 84 /**
85 * Each peer along the way should look at 'enc' (otherwise 85 * Each peer along the way should process the request (otherwise
86 * only the k-peers closest to the key should look at it). 86 * only peers locally closest to the key when the random walk
87 * is over should look at it).
87 */ 88 */
88 GNUNET_DHT_RO_DEMULTIPLEX_EVERYWHERE = 1, 89 GNUNET_DHT_RO_DEMULTIPLEX_EVERYWHERE = 1,
89 90