Skip to content

Commit

Permalink
Merge c489ba9 into 22026b7
Browse files Browse the repository at this point in the history
  • Loading branch information
jm-clius authored Feb 15, 2024
2 parents 22026b7 + c489ba9 commit 5a91a2e
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 5a91a2e

Please sign in to comment.