windows系统安装iis后调整并发连接数

 

 

添加最大连接端口:
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /v "MaxUserPort" /d "65534" /t REG_DWORD /f



reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /v "TcpTimedWaitDelay" /d "30" /t REG_DWORD /f


添加最大连接数:

reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /v "TcpNumConnections" /d "65534" /t REG_DWORD /f

  

windows系统安装iis后调整并发连接数

上一篇:windows安装gym[atari]时踩的坑


下一篇:Windows下新建脚本便于开机后自动打开一系列应用程序