You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The **Enable-NetAdapterRss** cmdlet enables receive side scaling (RSS) on the network adapter.
47
47
RSS is a scalability technology that distributes the receive network traffic among multiple processors by hashing the header of the incoming packet.
48
-
Without RSS in firstref_longhorn and later, network traffic is received on the first processor which can quickly reach full utilization limiting receive network throughput.
48
+
If RSS is disabled, network traffic is processed on a single processor core. This may impact network performance as the processor utilization increases.
0 commit comments