Module libp2p_relay::v2::relay::rate_limiter
source · Structs
Rate limiter using the Token Bucket algorithm.
Configuration for a
RateLimiter
.Traits
Allows rate limiting access to some resource based on the
PeerId
and
[Multiaddr
] of a remote peer.