aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht_neighbours.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-22 14:17:05 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-22 14:17:05 +0100
commitcd6ee851252a3840dc849b29da2c0a03c9618ab0 (patch)
tree8cb8c53c731ec9ebb552688e9b533b1b4ddd23c1 /src/dht/gnunet-service-dht_neighbours.c
parentb060a5f475354b9537e4b5985cffad52296625bd (diff)
downloadgnunet-cd6ee851252a3840dc849b29da2c0a03c9618ab0.tar.gz
gnunet-cd6ee851252a3840dc849b29da2c0a03c9618ab0.zip
enable RR option for HELLO gets in DHT
Diffstat (limited to 'src/dht/gnunet-service-dht_neighbours.c')
-rw-r--r--src/dht/gnunet-service-dht_neighbours.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/gnunet-service-dht_neighbours.c b/src/dht/gnunet-service-dht_neighbours.c
index 810e6196a..346925032 100644
--- a/src/dht/gnunet-service-dht_neighbours.c
+++ b/src/dht/gnunet-service-dht_neighbours.c
@@ -678,7 +678,7 @@ send_find_peer_message (void *cls)
678 GNUNET_CONSTANTS_BLOOMFILTER_K); 678 GNUNET_CONSTANTS_BLOOMFILTER_K);
679 // FIXME: pass priority!? 679 // FIXME: pass priority!?
680 GDS_NEIGHBOURS_handle_get (GNUNET_BLOCK_TYPE_DHT_HELLO, 680 GDS_NEIGHBOURS_handle_get (GNUNET_BLOCK_TYPE_DHT_HELLO,
681 GNUNET_DHT_RO_FIND_PEER, 681 GNUNET_DHT_RO_FIND_PEER | GNUNET_DHT_RO_RECORD_ROUTE,
682 FIND_PEER_REPLICATION_LEVEL, 682 FIND_PEER_REPLICATION_LEVEL,
683 0, 683 0,
684 &my_identity_hash, 684 &my_identity_hash,