Closed zah closed 1 month ago
We should add a hidden command line option for enabling Yamux and then we should deploy it on a subset of our testnet fleet hosts.
So long as it's a --debug-foo
option so that per https://nimbus.guide/options.html#available-options
Any
debug
-prefixed flags are considered ephemeral and subject to removal without notice.
The latest LibP2P now includes Yamux support. It can be enabled by using the following code when constructing the switch:
The muxer that gets added first is treated as first choice, the second is a fallback.
We should add a hidden command line option for enabling Yamux and then we should deploy it on a subset of our testnet fleet hosts.