Action.c(12): Error -27796: Failed to connect to server "<IP>:<PORT>": [10055] No buffer space available
Try changing the registry value
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\tcpip\Parameters\TcpTimedWaitDelay to 30
and HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\tcpip\Parameters\MaxUserPort to 65534
出现上述的连接到某个ip和端口失败的情况,目前我用到了两种办法解决了该问题
1、压力机上修改,按照报错提示,在注册表中,按照报错给提示的路径,修改TcpTimedWaitDelay的值为30,MaxUserPort 的值为65534;
修改具体步骤:电脑win+r->regedit->HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\tcpip\Parameters\,双击MaxUserPort将值改为65534,双击TcpTimedWaitDelay将值改为30,最后点击确定