probe-lab / go-kademlia

Generic Go Kademlia implementation
Other
17 stars 4 forks source link

Add GetNode method to kad.RoutingTable #108

Closed iand closed 10 months ago

iand commented 10 months ago

Both routing table implementations already had a Find method. This change changes the name of the method to GetNode and adjusts the signature to match the style of other methods of kad.RoutingTable

iand commented 10 months ago

Test failure is libp2p timeout :cry: