Disabling LSO
This improves network performance on WSL (e.g. when using apt):
Get-NetAdapter | Select-Object -ExpandProperty Name
Sample Outputs:
Ethernet 2
vEthernet (WSL (Hyper-V firewall))
Ethernet
Bluetooth Network Connection
Wi-Fi
Then issue the following command:
Disable-NetAdapterLso -Name "vEthernet (WSL (Hyper-V firewall))" -IPv4 -IPv6