libp2p / go-libp2p-kbucket

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

k-bucket support for proper kad bootstrapping #38

Closed aarshkshah1992 closed 5 years ago

aarshkshah1992 commented 5 years ago

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

aarshkshah1992 commented 5 years ago

@Stebalien This is the k-bucket work for correct dht bootstrapping. Please review.

aarshkshah1992 commented 5 years ago

@Stebalien Have addressed your comments & made the changes. Please take a look. Thanks !

aarshkshah1992 commented 5 years ago

@Stebalien Have made all the changes. I think PR can be merged now. Thanks !