Open
Description
To keep things alive in the DHT store (get/put), it's suggested an algorithm such as (http://libtorrent.org/dht_rss.html#re-announcing) to avoid overload of the network:
- pick one random item (i) from the local repository (except
items already announced this round)- If all items in the local repository have been announced
2.1 terminate- look up item i in the DHT
- If fewer than 8 nodes returned the item
4.1 announce i to the DHT
4.2 goto 1
However, I can't seem to find a way to see how many nodes returned the item after a get
request. Is such functionality exposed?
Metadata
Metadata
Assignees
Labels
No labels