Subject: | empty_port should return numbers in the range 49152 .. 65535 |
See <http://www.iana.org/assignments/port-numbers>. As of 1.08,
empty_port returns in the range 10000 .. 11000, and possibly prevent a
service from running by snatching the port number first. Change the range
to 49152 .. 65535 in order to reduce the potential for conflicts.