helium / erlang-libp2p

An Erlang implementation of libp2p swarms
https://helium.github.io/erlang-libp2p
Apache License 2.0
121 stars 34 forks source link

For hosts with large numbers of connections, reduce the connected peer list in peerbook entries so they can be gossipped #352

Open Vagabond opened 3 years ago

Vagabond commented 3 years ago

Seed nodes, routers, etc, can often not have their peer books gossipped because the peer book entry is too large. Do something about this so the peer book entries are under the size limit so their peer entries can be gossipped.