mirror of https://github.com/waku-org/nwaku.git
feat: add yamux support (#2397)
This commit is contained in:
parent
817b2e067a
commit
1b4026673a
|
@ -91,6 +91,7 @@ proc newWakuSwitch*(
|
|||
.withMaxOut(maxOut)
|
||||
.withMaxConnsPerPeer(maxConnsPerPeer)
|
||||
.withMplex(inTimeout, outTimeout)
|
||||
.withYamux()
|
||||
.withNoise()
|
||||
.withTcpTransport(transportFlags)
|
||||
.withNameResolver(nameResolver)
|
||||
|
|
Loading…
Reference in New Issue