the8472 / mldht

Bittorrent Mainline DHT implementation in java
Mozilla Public License 2.0
147 stars 45 forks source link

find_node no response #22

Closed zenghuazhe closed 6 years ago

zenghuazhe commented 6 years ago

I try to write a dht crawler implement bep0005 then I meet a problem: After getting and saving the compact nodes info which are returned from bootstrap, i send the find_node request to each node but NONE of them gives me a response. I stuck there for some days so help me please, i can't figure out where go wrong if bdecode the node's ip & port are correct