anacrolix / dht

dht is used by anacrolix/torrent, and is intended for use as a library in other projects both torrent related and otherwise
Mozilla Public License 2.0
309 stars 66 forks source link

Does int160 need to be exposed? #35

Closed cndolo closed 3 years ago

cndolo commented 3 years ago

Hi,

Just a thought, potentially wrong. Does int160 need to exposed in order to use the Server::FindNode function?

anacrolix commented 3 years ago

Yes! I just implemented this in master yesterday purely by coincidence. See https://github.com/anacrolix/dht/commit/d5abdc171fa5647d06731c91d5d840da5ccdd10e. Thanks!