Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions docset/winserver2012r2-ps/nettcpip/Get-NetTCPSetting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
Expand All @@ -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[]
Expand Down