From dac9080afc8cd1c6f5c3a8279b14070ca919544c Mon Sep 17 00:00:00 2001 From: Peter Tanner Date: Sun, 28 Jul 2024 19:00:20 +0800 Subject: [PATCH] Add disclaimer about network speeds when using `virtioproxy` --- ...aspberry-Pi-Zero-USB-EthernetRNDIS-Gadget-troubleshooting.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_posts/2024-07-23-Raspberry-Pi-Zero-USB-EthernetRNDIS-Gadget-troubleshooting.md b/_posts/2024-07-23-Raspberry-Pi-Zero-USB-EthernetRNDIS-Gadget-troubleshooting.md index 22a8dfb..b9bee37 100644 --- a/_posts/2024-07-23-Raspberry-Pi-Zero-USB-EthernetRNDIS-Gadget-troubleshooting.md +++ b/_posts/2024-07-23-Raspberry-Pi-Zero-USB-EthernetRNDIS-Gadget-troubleshooting.md @@ -171,6 +171,8 @@ Add this to your `wsl.conf` or `.wslconfig` file and restart wsl: 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 ```