Commit 5ae11c15 authored by Marten Seemann's avatar Marten Seemann
Browse files

update quic-go to 0.10.0

parent c65434cf
......@@ -9,9 +9,9 @@
"gxDependencies": [
{
"author": "marten-seemann",
"hash": "QmaC1ix7g4NP7eduKToNN3CwpzBsmoyBR4D7FwfmXCRHxt",
"hash": "QmU44KWVkSHno7sNDTeUcL4FBgxgoidkFuTUyTXWJPXXFJ",
"name": "quic-go",
"version": "0.9.0"
"version": "0.10.0"
},
{
"author": "whyrusleeping",
......
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment