the8472 / mldht

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

find_node no response #23

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

the8472 commented 6 years ago

That does not sound like an issue with my particular implementation. I recommend that you ask on stack overflow, the ##bittorrent channel on freenode or the bittorrent.org github. A tip for debugging: Capture packets with wireshark.

zenghuazhe commented 6 years ago

thank you sooo much!!! it really helps me a lot