[muxer] set mplex version to 6.7.0

This commit is contained in:
Florian Lenz 2018-07-30 22:29:16 +03:00
parent c984cc61a6
commit fcaa18df9a
1 changed files with 1 additions and 1 deletions

View File

@ -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.