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
Commits
77b7d8f0
Unverified
Commit
77b7d8f0
authored
Jul 30, 2018
by
Steven Allen
Committed by
GitHub
Jul 30, 2018
Browse files
Merge pull request #385 from florianlenz/fix/multiplex
[muxer] set mplex version to 6.7.0
parents
c984cc61
fcaa18df
Changes
1
Hide whitespace changes
Inline
Side-by-side
defaults.go
View file @
77b7d8f0
...
@@ -27,7 +27,7 @@ var DefaultSecurity = Security(secio.ID, secio.New)
...
@@ -27,7 +27,7 @@ var DefaultSecurity = Security(secio.ID, secio.New)
// libp2p instead of replacing them.
// libp2p instead of replacing them.
var
DefaultMuxers
=
ChainOptions
(
var
DefaultMuxers
=
ChainOptions
(
Muxer
(
"/yamux/1.0.0"
,
yamux
.
DefaultTransport
),
Muxer
(
"/yamux/1.0.0"
,
yamux
.
DefaultTransport
),
Muxer
(
"/mplex/6.
3
.0"
,
mplex
.
DefaultTransport
),
Muxer
(
"/mplex/6.
7
.0"
,
mplex
.
DefaultTransport
),
)
)
// DefaultTransports are the default libp2p transports.
// DefaultTransports are the default libp2p transports.
...
...
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