Skip to content

Commit

Permalink
update quic-go to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Aug 28, 2018
1 parent 7ff218a commit 88f8b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/transport/quic/transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

var quicConfig = &quic.Config{
Versions: []quic.VersionNumber{quic.VersionMilestone0_9_0},
Versions: []quic.VersionNumber{quic.VersionMilestone0_10_0},
MaxIncomingStreams: 1000,
MaxIncomingUniStreams: -1, // disable unidirectional streams
MaxReceiveStreamFlowControlWindow: 3 * (1 << 20), // 3 MB
Expand Down

0 comments on commit 88f8b4c

Please sign in to comment.