nictuku / dht

Kademlia/Mainline DHT node in Go.
Other
826 stars 144 forks source link

No way to remove info hash from peer store #68

Closed cenkalti closed 4 years ago

cenkalti commented 5 years ago

I am using the library in a torrent client. When a torrent is removed from the client, I would also like to remove the info hash from DHT node. Currently, there isn't any method for this. I can add one if you are okay with it. Would you like to see a PR?

nictuku commented 5 years ago

@cenkalti sure!