package
0.7.0
Repository: https://github.com/ferrieux/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 paramenters, 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.