Replies: 1 comment 1 reply
-
the handler for that message is implemented here: https://github.com/arvidn/libtorrent/blob/master/src/kademlia/dht_storage.cpp#L457-L470 It looks like it's capped at 20 info-hashes |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was wondering the amount of nodes libtorrent sends when it receives a sample_infohashes query. I can't seem to find it in the commit 219a8e7 the parameter defined in BEP 51 as "nodes". I thought it might be put in the dictionary empty or just left out all-together, but I have had a difficult time trying to track it down. I got as far as node.cpp and the corresponding function get_infohashes_sample() in dht_storage.cpp.
Beta Was this translation helpful? Give feedback.
All reactions