package
0.0.0-20240305091328-aa4207a4b25d
Repository: https://github.com/badrootd/celestia-core.git
Documentation: pkg.go.dev
# README
Data Flow Rate Control
To download and install this package run:
go get github.com/mxk/go-flowrate/flowrate
The documentation is available at:
# Variables
ErrLimit is returned by the Writer when a non-blocking write is short due to the transfer rate limit.
# Interfaces
Limiter is implemented by the Reader and Writer to provide a consistent interface for monitoring and controlling data transfer.
# Type aliases
Percent represents a percentage in increments of 1/1000th of a percent.