TCP_RESERVE_PORT_RANGE (Compact 2013)
3/26/2014
This structure specifies a TCP port range to reserve.
Syntax
typedef struct tcp_reserve_port_range {
USHORT UpperRange;
USHORT LowerRange;
} TCP_RESERVE_PORT_RANGE;
Members
- UpperRange
Value for the upper bound of the TCP port range to reserve.
- LowerRange
Value for the lower bound of the TCP port range to reserve.