mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-08-27 08:21:09 +00:00
feat: prioritise yamux above mplex (#2417)
* update libp2p submodule * feat: prefer yamux to mplex
This commit is contained in:
Vendored
+1
-1
Submodule vendor/nim-libp2p updated: e3c967ad19...e0f70b7177
@@ -90,8 +90,8 @@ proc newWakuSwitch*(
|
||||
.withMaxIn(maxIn)
|
||||
.withMaxOut(maxOut)
|
||||
.withMaxConnsPerPeer(maxConnsPerPeer)
|
||||
.withMplex(inTimeout, outTimeout)
|
||||
.withYamux()
|
||||
.withMplex(inTimeout, outTimeout)
|
||||
.withNoise()
|
||||
.withTcpTransport(transportFlags)
|
||||
.withNameResolver(nameResolver)
|
||||
|
||||
Reference in New Issue
Block a user