This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| tech_public:tp_winnetworkop [2025/02/13 08:45] – jasonwch | tech_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==== |
| < | < | ||
| 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 | + | Set-NetOffloadGlobalSetting -ReceiveSideScaling |
| netsh int tcp set global rss=disable | netsh int tcp set global rss=disable | ||
| </ | </ | ||
| - | **TCP Chimney Offload - Disable** | + | ====TCP Chimney Offload - Disable==== |
| < | < | ||