# Functions
NewBandwidthThrottle creates a new BandwidthThrottle with a global bandwidth rate.
# Structs
BandwidthThrottle is a struct that manages bandwidth throttling for TCP connections.
ThrottleConn wraps a net.Conn with bandwidth throttling capabilities.