probe-lab / go-kademlia

Generic Go Kademlia implementation
Other
17 stars 4 forks source link

Diversity Filter #49

Closed guillaumemichel closed 10 months ago

guillaumemichel commented 1 year ago

The old IPFS DHT implementation has an IP Diversity Filter embedded in the routing table. It prevents having too many peers from the same IP address block in the same bucket or in the routing table at all.

We need to decide whether we want to implement a similar diversity filter as a security feature in our routing table implementation(s).

cc: @iand

iand commented 10 months ago

Duplicate of https://github.com/plprobelab/zikade/issues/9