Reducing the socket TIME_WAIT delay
Reduce the socket TIME_WAIT
delay to prevent deployment issues, particularly in high capacity environments.
About this task
This setting increases the performance and capacity of network, specifically the TCP socket, connectivity, enabling PingAccess to handle a high volume of concurrent requests.
Steps
-
Click Start → Run.
-
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.