probe-lab / go-kademlia

Generic Go Kademlia implementation
Other
17 stars 4 forks source link

Routing tables should be safe for concurrent use #115

Closed iand closed 1 year ago

iand commented 1 year ago

The two routing table implementations (SimpleRT and TrieRT) should be safe to use concurrently.