package
0.0.0-20230426145215-4d29fc25f909
Repository: https://github.com/llimllib/devd.git
Documentation: pkg.go.dev
# Functions
NewSlowListener creates a SlowListener with specified read and write rates.
# Variables
The maximum rate you should specify for readrate or writerate.If this is too high, the token bucket implementation seems to break down.
# Structs
SlowConn is a slow connection.
SlowListener is a listener that limits global IO over all connections.