About This Site

I'm a Tech Guy for over 30 Years Knowledge of Computers, Networks, PC Gadgets. This site is to be used to share some of my knowledge and reviews

SonicWall Global VPN slows Internet When Connected

Found this here.

Seems like you need to disable RSC

 

Quick way to disable Receive Segment Coalescing (RSC) via Powershell

Open Powershell (Admin)
Get the WiFi adapter’s NAME using
> Get-NetAdapter
Check to see if “Receive Segment Coalesing (RSC)” is on
> Get-NetAdapterRSC
a. True=RSC is enabled | False=disabled
If true use the following command to disable RSC
> Disable-NetAdapterRSC -Name Wi-Fi

Leave a Reply

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>