mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-02-19 21:33:10 +00:00
feat: add yamux support (#2397)
This commit is contained in:
parent
c3dea59e8f
commit
5099af4c8b
@ -91,6 +91,7 @@ proc newWakuSwitch*(
|
||||
.withMaxOut(maxOut)
|
||||
.withMaxConnsPerPeer(maxConnsPerPeer)
|
||||
.withMplex(inTimeout, outTimeout)
|
||||
.withYamux()
|
||||
.withNoise()
|
||||
.withTcpTransport(transportFlags)
|
||||
.withNameResolver(nameResolver)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user