]> git.proxmox.com Git - proxmox.git/history - proxmox-http/src/client/rate_limited_stream.rs
proxmox-http: use SharedRateLimit trait object for RateLimitedStream
[proxmox.git] / proxmox-http / src / client / rate_limited_stream.rs
2021-11-13 Dietmar Maurerproxmox-http: use SharedRateLimit trait object for...
2021-11-13 Dietmar Maurerproxmox-http: define a RateLimit trait
2021-11-10 Dietmar MaurerRateLimitedStream: implement peer_addr
2021-11-10 Dietmar MaurerRateLimitedStream: allow periodic limiter updates
2021-11-10 Dietmar MaurerHttpsConnector: use RateLimitedStream
2021-11-10 Dietmar MaurerRateLimitedStream: implement poll_write_vectored
2021-11-10 Dietmar MaurerImplement a rate limiting stream (AsyncRead, AsyncWrite)