wangyu- / udp2raw-multiplatform

multi-platform(cross-platform) version of udp2raw-tunnel, which supports Windows/Mac/BSD natively. Client-Only at the moment.
MIT License
645 stars 146 forks source link

huge packet error on windows 10 when using wifi #51

Closed krrr closed 3 years ago

krrr commented 3 years ago

If there is a huge packet error when using a wireless network card on windows10, there is another method that does not require the fix-gro option: disable the RSC function of windows powershell Disable-NetAdapterRsc -Name AdapterName

https://appuals.com/slow-wifi-issues-after-installing-creators-update/

krrr commented 3 years ago

just sharing the solution