Skip to content

Commit 509e45a

Browse files
authored
Merge pull request MicrosoftDocs#3197 from msbemba/patch-142
Update Set-NetTCPSetting.md
2 parents 77cfe18 + 22e8120 commit 509e45a

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

docset/winserver2012r2-ps/nettcpip/Set-NetTCPSetting.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,10 @@ Accept wildcard characters: False
9393
```
9494
9595
### -AutoReusePortRangeStartPort
96-
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.
9796
98-
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.
97+
Specifies the starting port 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.
98+
99+
This parameter is required if you specify a value other than 0 for the AutoReusePortRangeStartPort parameter.
99100
100101
```yaml
101102
Type: UInt16

docset/winserver2016-ps/nettcpip/Set-NetTCPSetting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ Accept wildcard characters: False
104104
```
105105
106106
### -AutoReusePortRangeStartPort
107-
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.
107+
Specifies the starting port for the auto-reuse port range.
108108
109-
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.
109+
This parameter sets the starting port to send and receive TCP traffic, 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.
110110
111111
```yaml
112112
Type: UInt16

docset/winserver2019-ps/nettcpip/Set-NetTCPSetting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ Accept wildcard characters: False
104104
```
105105
106106
### -AutoReusePortRangeStartPort
107-
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.
107+
Specifies the starting port for the auto-reuse port range.
108108
109-
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.
109+
This parameter sets the starting port to send and receive TCP traffic, 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.
110110
111111
```yaml
112112
Type: UInt16

docset/winserver2022-ps/nettcpip/Set-NetTCPSetting.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,9 @@ Accept wildcard characters: False
104104
```
105105
106106
### -AutoReusePortRangeStartPort
107-
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.
107+
Specifies the starting port for the auto-reuse port range.
108+
109+
This parameter sets the starting port to send and receive TCP traffic, 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.
108110
109111
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.
110112

0 commit comments

Comments
 (0)