Add disclaimer about network speeds when using virtioproxy

This commit is contained in:
Peter 2024-07-28 19:00:20 +08:00
parent f4fc8f464b
commit dac9080afc

View File

@ -171,6 +171,8 @@ Add this to your `wsl.conf` or `.wslconfig` file and restart wsl:
networkingMode=virtioproxy networkingMode=virtioproxy
``` ```
Note that the `virtioproxy` mode does appear to slow networking down, for example when I run a GUI X program such as `cool-retro-term` over the network to xming on the windows host side, the performance is heavily degraded when using `virtioproxy`.
Example of me failing to ping the device over wifi when using NAT mode Example of me failing to ping the device over wifi when using NAT mode
``` ```