portRange property

int portRange
getter/setter pair

The number of ports to use for outlets, the effective number of outlets is portRange / 2. The default value is 32. While it may be necessary to create a large range, this can potentially slow down the discovery process, due to each port having to be scanned.

Implementation

int portRange;