Skip to content

Instantly share code, notes, and snippets.

@mcantrell
Created March 5, 2013 21:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcantrell/5094393 to your computer and use it in GitHub Desktop.
Save mcantrell/5094393 to your computer and use it in GitHub Desktop.
TCP Offload Fix for VMWare and Windows Server 2008 r2
Netsh int tcp set global RSS=Disable
Netsh int tcp set global chimney=Disabled
Netsh int tcp set global autotuninglevel=Disabled
Netsh int tcp set global congestionprovider=None
Netsh int tcp set global ecncapability=Disabled
Netsh int ip set global taskoffload=disabled
Netsh int tcp set global timestamps=Disabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment