Commit fcaa18df authored by Florian Lenz's avatar Florian Lenz
Browse files

[muxer] set mplex version to 6.7.0

parent c984cc61
...@@ -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.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment