libp2p / go-libp2p-kbucket

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

Use functional options to construct the Routing Table #89

Open aarshkshah1992 opened 4 years ago

aarshkshah1992 commented 4 years ago

We've begun to pass in some constructor arguments as nil if we don't need them. It's time to introduce functional options to the Routing Table.