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
8fde809f
Unverified
Commit
8fde809f
authored
Aug 29, 2018
by
Marten Seemann
Committed by
GitHub
Aug 29, 2018
Browse files
Merge pull request #32 from libp2p/new-quic-go
use quic-go 0.10.0
parents
c65434cf
cf0daee2
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gx/lastpubver
View file @
8fde809f
0.2.
2
: Qm
eTwzfbGauVHBvEdD5uvLi6KtduZjc1mRDy3eJeERC1bE
0.2.
3
: Qm
YfvQoJCUTCJ54Rog3zWSCDWAkwLWFTMKzcwaNMpXYSQT
package.json
View file @
8fde809f
...
...
@@ -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"
,
...
...
@@ -25,6 +25,6 @@
"license"
:
""
,
"name"
:
"go-libp2p-quic-transport"
,
"releaseCmd"
:
"git commit -a -m
\"
gx publish $VERSION
\"
"
,
"version"
:
"0.2.
2
"
"version"
:
"0.2.
3
"
}
transport.go
View file @
8fde809f
...
...
@@ -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