Skip to main content

Module proxy_bandwidth

Module proxy_bandwidth 

Source
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§

BandwidthEstimator
Rolling bandwidth estimator based on recent samples.
BandwidthSample
A single bandwidth measurement sample.
RateLimiter
Rate limiter for proxy transfers using a token bucket algorithm.
TransferEstimate
Transfer time estimate for a specific file.

Enums§

BandwidthUnit
Units for bandwidth measurement.