probe-lab / go-kademlia

Generic Go Kademlia implementation
Other
17 stars 4 forks source link

Add probe state machine #111

Closed iand closed 10 months ago

iand commented 10 months ago

This adds the initial state machine for running regular connectivity checks against nodes in the routing table. Scoring of useful nodes is not included and is to be added in a later change.

Part of https://github.com/plprobelab/go-kademlia/issues/45

iand commented 10 months ago

See also https://github.com/iand/zikade/pull/3