libp2p / go-libp2p-kbucket

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

Kbucket refactoring for Content Routing #54

Closed aarshkshah1992 closed 4 years ago

aarshkshah1992 commented 4 years ago

@Stebalien

  1. Export the Option type so we can refer to in in the DHT.
  2. Fix interface conversion in RT.Print().
  3. Functions to get the number of peers for a Cpl/determine if a bucket is full.