# 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.