Module throttle

Module throttle 

Source
Expand description

Bandwidth throttling for network traffic control

This module provides bandwidth limiting capabilities using a token bucket algorithm. It’s designed for edge devices, mobile networks, and scenarios where bandwidth needs to be controlled for power efficiency or network congestion management.

Structs§

BandwidthThrottle
Bandwidth throttler using token bucket algorithm
ThrottleConfig
Configuration for bandwidth throttling
ThrottleStats
Statistics for throttling

Enums§

ThrottleError
Errors that can occur during throttling operations
TrafficDirection
Direction of traffic for throttling