Skip to content

Commit

Permalink
feat: prioritise yamux above mplex (#2417)
Browse files Browse the repository at this point in the history
* update libp2p submodule

* feat: prefer yamux to mplex
  • Loading branch information
jm-clius authored Feb 17, 2024
1 parent 29b0c0b commit ce151ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vendor/nim-libp2p
2 changes: 1 addition & 1 deletion waku/node/waku_switch.nim
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ proc newWakuSwitch*(
.withMaxIn(maxIn)
.withMaxOut(maxOut)
.withMaxConnsPerPeer(maxConnsPerPeer)
.withMplex(inTimeout, outTimeout)
.withYamux()
.withMplex(inTimeout, outTimeout)
.withNoise()
.withTcpTransport(transportFlags)
.withNameResolver(nameResolver)
Expand Down

0 comments on commit ce151ef

Please sign in to comment.