aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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