diff --git a/docset/winserver2012r2-ps/nettcpip/Get-NetTCPSetting.md b/docset/winserver2012r2-ps/nettcpip/Get-NetTCPSetting.md index cc64e09f9b..636833a567 100644 --- a/docset/winserver2012r2-ps/nettcpip/Get-NetTCPSetting.md +++ b/docset/winserver2012r2-ps/nettcpip/Get-NetTCPSetting.md @@ -107,7 +107,9 @@ Accept wildcard characters: False ``` ### -AutoReusePortRangeNumberOfPorts -{{Fill AutoReusePortRangeNumberOfPorts Description}} +Specifies the number of ports for the auto-reuse port range, which is a port range used for local ephemeral port selection by outbound TCP connections for which either SO_REUSE_UNICASTPORT has been set on the socket, or for which connect() has been called without calling bind() on the socket. + +If you specify 0, the auto-reuse feature is disabled and ephemeral ports are drawn instead from the dynamic port range as specified by *DynamicPortRangeStartPort* and *DynamicPortRangeNumberOfPorts*, even if SO_REUSE_UNICASTPORT is set on a socket. ```yaml Type: UInt16[] @@ -122,7 +124,9 @@ Accept wildcard characters: False ``` ### -AutoReusePortRangeStartPort -{{Fill AutoReusePortRangeStartPort Description}} +Specifies the number of ports for the auto-reuse port range, which is a port range used for local ephemeral port selection by outbound TCP connections for which either SO_REUSE_UNICASTPORT has been set on the socket, or for which connect() has been called without calling bind() on the socket. + +If you specify 0, the auto-reuse feature is disabled and ephemeral ports are drawn instead from the dynamic port range as specified by *DynamicPortRangeStartPort* and *DynamicPortRangeNumberOfPorts*, even if SO_REUSE_UNICASTPORT is set on a socket. ```yaml Type: UInt16[]