Skip to content
New issue

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

Publicly export libp2p_relay::behaviour::rate_limiter #3741

Closed
dariusc93 opened this issue Apr 6, 2023 · 0 comments · Fixed by #3742
Closed

Publicly export libp2p_relay::behaviour::rate_limiter #3741

dariusc93 opened this issue Apr 6, 2023 · 0 comments · Fixed by #3742

Comments

@dariusc93
Copy link
Member

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 and libp2p_relay::Config::reservation_rate_limiters .

Are you planning to do it yourself in a pull request?

Yes

@mergify mergify bot closed this as completed in #3742 Jul 31, 2023
mergify bot pushed a commit that referenced this issue Jul 31, 2023
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.
thomaseizinger pushed a commit that referenced this issue Aug 20, 2023
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant