If you are planning to use Trillium Director with EDQ, for improved performance, add the DWORD values shown in TCP/IP Registry Entries to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters registry key on the Trillium Quality machine.
DWORD Value Name |
Value Data (Decimal Base) |
Description |
---|---|---|
MaxUserPort |
60000 |
Determines the highest port number TCP can assign when an application requests an available user port from the system. Typically, ephemeral ports (those used briefly) are allocated to port numbers 1024 through 5000, but decimal values up to 65534 are valid. |
TcpTimeWaitDelay |
30 |
Determines the time that must elapse before TCP can release a closed connection and reuse its resources. This interval between closure and release is known as the TIME_WAIT state or 2MSL state. During this time, the connection can be reopened at much less cost to the client and server than establishing a new connection. The default value is 240 seconds (4 minutes). |