any constant

Port const any

any represents a random port available on the machine.

It is up to the OS to pick an appropriate port.

Implementation

static const any = Port(0);