Expand description
Bandwidth estimation and throttling for proxy file transfers.
Provides tools to measure available bandwidth, estimate transfer times, and apply rate limiting to proxy file transfers to avoid saturating network links during production workflows.
Structs§
- Bandwidth
Estimator - Rolling bandwidth estimator based on recent samples.
- Bandwidth
Sample - A single bandwidth measurement sample.
- Rate
Limiter - Rate limiter for proxy transfers using a token bucket algorithm.
- Transfer
Estimate - Transfer time estimate for a specific file.
Enums§
- Bandwidth
Unit - Units for bandwidth measurement.