feat: add yamux support (#2397)

This commit is contained in:
richΛrd 2024-02-06 16:33:13 -04:00 committed by GitHub
parent 817b2e067a
commit 1b4026673a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ proc newWakuSwitch*(
.withMaxOut(maxOut)
.withMaxConnsPerPeer(maxConnsPerPeer)
.withMplex(inTimeout, outTimeout)
.withYamux()
.withNoise()
.withTcpTransport(transportFlags)
.withNameResolver(nameResolver)