Panoramica Scheda di Rete

Per accedere alle impostazioni della tua scheda di rete vai a StartPannello di ControlloRete e InternetCentro connessioni di reteModifica impostazioni scheda ― Tasto destro su Ethernet e seleziona Proprietá

alt text

Di default Windows lascia attivi molti elementi che vanno a stressare la connessione, si consiglia di lasciare attivo solo il Protocollo IPv4 e il QoS.

Disattivare Risparmio Energetico

alt text

Ethernet Controller Properties Advanced

Da Proprietá - Ethernet, clicca su Configura e seleziona la tab Avanzate per accedere alle impostazioni.
Property Value
ARP Offload Disabled
DMA Coalescing Disabled
Enable PME Disabled
Energy Efficient Ethernet Off
Flow Control Disabled
Interrupt Moderation Disabled
Interrupt Moderation Rate: Off
IPv4 Checksum Offload Disabled
Jumbo Packet 9000
Large Send Offload V2(IPv4) Disabled
Large Send Offload V2(IPv6) Disabled
Log Link State Event Disabled
NS Offload Disabled
Packet Priority & VLAN Packet Priority & VLAN Disabled
Receive Buffer 1024
Speed & Duplex 1~10 Gbps Full Duplex
TCP Checksum Offload (IPv4) Disabled
TCP Checksum Offload (IPv6) Disabled
Transmit Buffer 2048
UDP Checksum Offload (IPv4) Disabled
UDP Checksum Offload (IPv6) Disabled
Wait for Link Off
Wake from S0ix on Magic Packet Disabled
Wake on Link Settings Disabled
Wake on Magic Packet Disabled
Wake on Pattern Match Disabled

Comandi Utili

Per eseguire i comandi puoi usare Terminal, CMD oppure Powershell.

Display TCP Global Parameters

Essere sicuri che Auto-Tuning Level sia impostato su Normal

  netsh interface tcp show global
  
Per impostare Auto-Tuning Level sono disponibili 5 livelli, usa il seguente comando per impostarne uno.
Di Default dovrebbe essere impostato su Normal.
Disattivarlo potrebbe migliorare la latenza ma potrebbe anche ridurre/limitare la velocitá di upload e download!
Level Value
Normal 0x8 (scale factor of 8)
Disabled No scale factor available
Restricted 0x4 (scale factor of 4)
Highly Restricted 0x2 (scale factor of 2)
Experimental 0xE (scale factor of 14)
  netsh interface tcp set global autotuninglevel=disabled
  
Questa pagina è stata utile?