You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `rate-limiter` module was not made publicly available. This change exports the `RateLimiter` trait defined within that module which allows users to define their own rate limiters. To make common usecases easy, we also provide a set of constructor functions for common rate limiters.
Resolves#3741.
Pull-Request: #3742.
The `rate-limiter` module was not made publicly available. This change exports the `RateLimiter` trait defined within that module which allows users to define their own rate limiters. To make common usecases easy, we also provide a set of constructor functions for common rate limiters.
Resolves#3741.
Pull-Request: #3742.
Description
Publicly export module
libp2p_relay::behaviour::rate_limiter
Motivation
This is needed to be able to provide changes to
libp2p_relay::Config::circuit_src_rate_limiters
andlibp2p_relay::Config::reservation_rate_limiters
.Are you planning to do it yourself in a pull request?
Yes
The text was updated successfully, but these errors were encountered: