aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dht.h
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-08-02 14:19:28 +0000
committerNathan S. Evans <evans@in.tum.de>2010-08-02 14:19:28 +0000
commit0b1207500e87f664ac45f1bdea94e99e2c68cf4d (patch)
treec6511a3e3ba23e41c75536e5d504bcde72dc6c0f /src/dht/dht.h
parent37bec3a36d6e49ff881cc3a52a587d5df131999e (diff)
downloadgnunet-0b1207500e87f664ac45f1bdea94e99e2c68cf4d.tar.gz
gnunet-0b1207500e87f664ac45f1bdea94e99e2c68cf4d.zip
don't try to connect to all peers, but only those advantageous for routing
Diffstat (limited to 'src/dht/dht.h')
-rw-r--r--src/dht/dht.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/dht.h b/src/dht/dht.h
index 82554dbaf..041949795 100644
--- a/src/dht/dht.h
+++ b/src/dht/dht.h
@@ -214,7 +214,7 @@ struct GNUNET_DHT_P2PRouteMessage
214 * route message, what should it do? It can either drop the message 214 * route message, what should it do? It can either drop the message
215 * or try to forward it towards the original peer... However, for 215 * or try to forward it towards the original peer... However, for
216 * that to work we would need to include the original peer identity 216 * that to work we would need to include the original peer identity
217 * in the GET request, which adds even more data to the message. 217 * in the GET request, which adds more data to the message.
218 */ 218 */
219struct GNUNET_DHT_P2PRouteResultMessage 219struct GNUNET_DHT_P2PRouteResultMessage
220{ 220{