The latest LibP2P now includes Yamux support. It can be enabled by using the following code when constructing the switch: ```nim .withYamux(inTimeout, outTimeout) .withMplex(inTimeout, outTimeout) ``` 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.