Site Tools


tech_public:tp_winnetworkop (text)

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
tech_public:tp_winnetworkop [2025/02/13 08:42] – created jasonwchtech_public:tp_winnetworkop [2025/02/13 13:52] (current) jasonwch
Line 18: Line 18:
           o UDP Checksum Offload (IPV6)           o UDP Checksum Offload (IPV6)
                      
-**Receive-Side Scaling State (RSS) - Disable**+==== Receive-Side Scaling State (RSS) - Enable====
  
 <code> <code>
Line 29: Line 29:
 Enable-NetAdapterRss -Name *    (use this to enable RSS for all adapters that support it) Enable-NetAdapterRss -Name *    (use this to enable RSS for all adapters that support it)
 Disable-NetAdapterRss -Name *     (use this to disables RSS for all adapters) Disable-NetAdapterRss -Name *     (use this to disables RSS for all adapters)
-Set-NetOffloadGlobalSetting -ReceiveSideScaling Disabled  (alternate global command for all adapters)+Set-NetOffloadGlobalSetting -ReceiveSideScaling Enabled  (alternate global command for all adapters)
 netsh int tcp set global rss=disable netsh int tcp set global rss=disable
 </code> </code>
  
-**TCP Chimney Offload - Disable**+====TCP Chimney Offload - Disable====
  
 <code> <code>
 Set-NetOffloadGlobalSetting -Chimney Disabled   (recommended: disabled*) Set-NetOffloadGlobalSetting -Chimney Disabled   (recommended: disabled*)
 </code> </code>
 +
 +\\
 +\\
 +\\
 +----
 +Ref:
 +https://www.speedguide.net/articles/windows-1011-tcpip-tweaks-5077
 +
 +https://support.docuware.com/en-us/knowledgebase/article/KBA-35306
 +
 +https://flir.custhelp.com/app/answers/detail/a_id/5200/~/flir-latitude---how-to-disable-offloading-features-to-improve-connectivity
tech_public/tp_winnetworkop.1739407369.txt.gz · Last modified: by jasonwch (text)

Top ↑