I'm not able to establish more than 65532 TCP/IP Socket Connection on Windows 10.
After 65532 TCP/IP Socket Connections in Windows 10, getting Socket Error 10055 - No Buffer Space Available.
WSAGetLastError() is returning Error 10055 - No Buffer Space Available.
Can more than 65532 TCP/IP Socket Connections be established on Windows? If so, how can this be achieved? In Non-windows we can set FD limit.
I have modified the registry:
[HKEY_LOCAL_MACHINE \System \CurrentControlSet \Services \Tcpip \Parameters] TcpNumConnections = 0x00fffffe (Default = 16,777,214)
MaxUserPort = 5000 (Default = 5000, Max = 65534)
TcpMaxDataRetransmissions = 5
TcpTimedWaitDelay = 30
TcpWindowSize = 64512