mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-05 05:07:36 +03:00
fix some typos in documentation and tests
This commit is contained in:
parent
f34eddae41
commit
a98e60c28c
5 changed files with 8 additions and 8 deletions
|
@ -19,7 +19,7 @@ type connectionFlowController struct {
|
|||
var _ ConnectionFlowController = &connectionFlowController{}
|
||||
|
||||
// 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.
|
||||
// It is created before we receive the peer's transport parameters, thus it starts with a sendWindow of 0.
|
||||
func NewConnectionFlowController(
|
||||
receiveWindow protocol.ByteCount,
|
||||
maxReceiveWindow protocol.ByteCount,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue