Windows updates sometimes reset MTU to a suboptimal value.
✔ Detect:
ping google.com -f -l 1472
Reduce until no fragmentation.
✔ Apply Fix:
netsh interface ipv4 set subinterface "Ethernet" mtu=1400 store=persistent
Daily micro-tips for C#, SQL, performance, and scalable backend engineering.
Windows updates sometimes reset MTU to a suboptimal value.
ping google.com -f -l 1472
Reduce until no fragmentation.
netsh interface ipv4 set subinterface "Ethernet" mtu=1400 store=persistent