TCP-ECN:设置pc的网卡设置,使ECN使能
TCP-ECN:设置pc的网卡设置,使ECN使能
//SetEnable.bat
::version1.0.0.1
@echo off
::先延时启动20s
::@ping -n 20 127.1>nul
::设置
netsh interface tcp set global ecncapability=enabled
//SetDisabled.bat
::version1.0.0.1
@echo off
::先延时启动20s
::@ping -n 20 127.1>nul
::设置
netsh interface tcp set global ecncapability=disabled
本文来自博客园,作者:Theseus‘Ship,转载请注明原文链接:https://www.cnblogs.com/yongchao/p/14247613.html

浙公网安备 33010602011771号