Skip to content

Commit

Permalink
Merge pull request #32 from libp2p/new-quic-go
Browse files Browse the repository at this point in the history
use quic-go 0.10.0
  • Loading branch information
marten-seemann authored Aug 29, 2018
2 parents 7ff218a + 88f8b4c commit 59d7442
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 59d7442

Please sign in to comment.