Skip to content

Commit

Permalink
using mplex instead of yamux
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmer committed Aug 6, 2024
1 parent 7bd4100 commit e7fb71b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion waku/node/waku_switch.nim
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ proc newWakuSwitch*(
.withMaxIn(maxIn)
.withMaxOut(maxOut)
.withMaxConnsPerPeer(maxConnsPerPeer)
.withYamux()
.withMplex(inTimeout, outTimeout)
.withNoise()
.withTcpTransport(transportFlags)
Expand Down

0 comments on commit e7fb71b

Please sign in to comment.