Merge pull request #385 from florianlenz/fix/multiplex
[muxer] set mplex version to 6.7.0
This commit is contained in:
commit
77b7d8f06f
|
@ -27,7 +27,7 @@ var DefaultSecurity = Security(secio.ID, secio.New)
|
|||
// libp2p instead of replacing them.
|
||||
var DefaultMuxers = ChainOptions(
|
||||
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.
|
||||
|
|
Loading…
Reference in New Issue