package
0.0.0-20240605145135-70feac92938f
Repository: https://github.com/getstream/quic-go.git
Documentation: pkg.go.dev
# Functions
NewConnectionFlowController gets a new flow controller for the connection It is created before we receive the peer's transport parameters, thus it starts with a sendWindow of 0.
NewStreamFlowController gets a new flow controller for a stream.
# Interfaces
The ConnectionFlowController is the flow controller for the connection.
A StreamFlowController is a flow controller for a QUIC stream.