You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bittorrent-dht project is a rare implementation of DHT (BEP 44) Protocol library, I use c language to achieve DHT (BEP 44) Protocol encountered some problems, the official document is relatively simple, there are a few questions to consult
put message Indicates the flow of sending messages without ping -> find_node -> get_peers as long as the peer ip address and port are known.
put message Whether the token parameters in the request parameters are generated by the requestor or obtained through get_peers first. The nodes returned by get_peers may have multiple tokens but only one token, so how to correspond is a bit confusing.
Is there any official or other third party to provide test nodes, or other ways to facilitate debugging of this protocol?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
bittorrent-dht project is a rare implementation of DHT (BEP 44) Protocol library, I use c language to achieve DHT (BEP 44) Protocol encountered some problems, the official document is relatively simple, there are a few questions to consult
put message Indicates the flow of sending messages without ping -> find_node -> get_peers as long as the peer ip address and port are known.
put message Whether the token parameters in the request parameters are generated by the requestor or obtained through get_peers first. The nodes returned by get_peers may have multiple tokens but only one token, so how to correspond is a bit confusing.
Is there any official or other third party to provide test nodes, or other ways to facilitate debugging of this protocol?
Beta Was this translation helpful? Give feedback.
All reactions