fuel-core icon indicating copy to clipboard operation
fuel-core copied to clipboard

Add `connection_limits` behavior to `FuelBehavior`

Open MitchTurner opened this issue 1 year ago • 0 comments

Before upgrading libp2p we managed our connection limits through the SwarmBuilder. That functionality has since been removed from the SwarmBuilder and moved to a dedicated connection_limit behavior: https://github.com/libp2p/rust-libp2p/blob/master/misc/connection-limits/src/lib.rs

We need to add tests that verify desired connection limiting and then add the behavior to fulfill our requirements :)

MitchTurner avatar Dec 18 '23 20:12 MitchTurner