Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
go-libp2p-quic-transport
Commits
5ae11c15
Commit
5ae11c15
authored
Aug 28, 2018
by
Marten Seemann
Browse files
update quic-go to 0.10.0
parent
c65434cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
5ae11c15
...
...
@@ -9,9 +9,9 @@
"gxDependencies"
:
[
{
"author"
:
"marten-seemann"
,
"hash"
:
"Qm
aC1ix7g4NP7eduKToNN3CwpzBsmoyBR4D7FwfmXCRHxt
"
,
"hash"
:
"Qm
U44KWVkSHno7sNDTeUcL4FBgxgoidkFuTUyTXWJPXXFJ
"
,
"name"
:
"quic-go"
,
"version"
:
"0.
9
.0"
"version"
:
"0.
10
.0"
},
{
"author"
:
"whyrusleeping"
,
...
...
transport.go
View file @
5ae11c15
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment