MaxUserPort

Updated: March 28, 2003

Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2

HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters

 

Data type Range Default value

REG_DWORD

5,000–65,534 (port number)

5000

Description

Specifies the highest port number that 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.

Note

  • Windows Server 2003 does not add this entry to the registry. You can add it by using the registry editor Regedit.exe.

Tags :


Community Content

tsabi
More clarification on the meaning of this setting
This setting can be used with TcpTimedWaitDelay to increase the number of connections.<br /><br />Quote from here: http://support.microsoft.com/kb/328476<br /><br />A lower <b>TcpTimedWaitDelay</b> setting means that the sockets wait in the TIME_WAIT state for less time. A higher <b>MaxUserPort</b> setting means that you can have more sockets in the TIME_WAIT state.<br />
Tags : contentbug tcp

Page view tracker