Versions in this module Expand all Collapse all v4 v4.16.3 Aug 12, 2025 v4.16.2 Aug 12, 2025 Changes in this version + type ByteCounter struct + func New(rw io.ReadWriter, received *uint64, sent *uint64) *ByteCounter + func (bc *ByteCounter) BytesReceived() uint64 + func (bc *ByteCounter) BytesSent() uint64 + func (bc *ByteCounter) Read(p []byte) (int, error) + func (bc *ByteCounter) Write(p []byte) (int, error)