Skip to content

Commit

Permalink
feat: add yamux support (#2397)
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-ramos committed Feb 6, 2024
1 parent 817b2e0 commit 1b40266
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions waku/node/waku_switch.nim
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ proc newWakuSwitch*(
.withMaxOut(maxOut)
.withMaxConnsPerPeer(maxConnsPerPeer)
.withMplex(inTimeout, outTimeout)
.withYamux()
.withNoise()
.withTcpTransport(transportFlags)
.withNameResolver(nameResolver)
Expand Down

0 comments on commit 1b40266

Please sign in to comment.