libp2p / go-libp2p-kbucket

A kbucket implementation for use as a routing table
MIT License
48 stars 35 forks source link

Periodic Ping for RT peers #68

Closed aarshkshah1992 closed 4 years ago

aarshkshah1992 commented 4 years ago

@Stebalien @aschmahmann

For https://github.com/libp2p/go-libp2p-kad-dht/issues/521.

Let's get this in once the new RT policy PR i.e. https://github.com/libp2p/go-libp2p-kbucket/pull/66 goes in.

TODO

aarshkshah1992 commented 4 years ago

Discussed offline with @aschmahmann AND @Stebalien and it's probably better to do this inside the DHT so we can easily swap the data structures for the RT without worrying about having to migrate all this auxiliary logic.