basePort property
The starting port for the range of ports used for outlets. The ports used are basePort to basePort + portRange - 1, where TCP and UDP ports alternate (e.g. if starting port is even, all TCP ports are even and all UDP ports are odd, and vice versa). The default value is 16572.
Implementation
int basePort;