Versions in this module Expand all Collapse all v0 v0.0.1 Jun 2, 2023 Changes in this version + type ConnectionFlowController interface + func NewConnectionFlowController(receiveWindow protocol.ByteCount, maxReceiveWindow protocol.ByteCount, ...) ConnectionFlowController + type StreamFlowController interface + UpdateHighestReceived func(offset protocol.ByteCount, final bool) error + func NewStreamFlowController(streamID protocol.StreamID, contributesToConnection bool, ...) StreamFlowController