TIME-WAIT in windows
Being in the Unix, I usually find hiccups when left to work on Windows.
Recently, I had to change the TCP/IP socket time_wait settings. After some search, I found this tip and it worked. Sharing it here ..
Use the Registry Editor and edit the following property. If the property is not present already, create one.
System Key: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
Value Name: TcpTimedWaitDelay
Data Type: REG_DWORD (DWORD Value)
Value Data: 30-300 seconds (decimal)