Reduce the socket TIME_WAIT
delay to prevent deployment issues,
particularly in high capacity environments.
This setting increases the performance and capacity of network, specifically the TCP socket, connectivity, enabling PingAccess to handle a high volume of concurrent requests.
- Click .
-
Type
regedit
and click OK to open the Registry Editor. -
Go to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Tcpip\Parameters
. -
Create a new
DWORD
value, 32 bit, and provide the nameTcpTimedWaitDelay
. -
Set a decimal value of
30
. - Reboot the machine.