We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
connection_limits
FuelBehavior
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
libp2p
SwarmBuilder
connection_limit
We need to add tests that verify desired connection limiting and then add the behavior to fulfill our requirements :)
The text was updated successfully, but these errors were encountered:
0.50.0
0.53.1
0.54.1
maschad
Successfully merging a pull request may close this issue.
Before upgrading
libp2p
we managed our connection limits through theSwarmBuilder
. That functionality has since been removed from theSwarmBuilder
and moved to a dedicatedconnection_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 :)
The text was updated successfully, but these errors were encountered: