dariusc93 / rust-ipfs

The InterPlanetary File System (IPFS), implemented in Rust.
Apache License 2.0
39 stars 7 forks source link

feat: Add `UninitializedIpfs::set_connection_limits` and change behaviour order. #246

Closed dariusc93 closed 3 months ago

dariusc93 commented 3 months ago

This PR readd the functionality to set connection limits, but also changes the behaviour order so that libp2p-connection-limits and libp2p-allow-block-list takes priority so the other behaviours can have an consistent state if a connection is ever denied.