Daniel Rall wrote: > This is neat! It would be even nicer if the test suite would verify > that the port was available before trying to bind the server to it, and > if not available, randomly select a different port (try 5 times or > something).
No need for that. It is the operating that selects a random *and available* port. This is standard behaviour for port 0. Jochen