8.16.0.2
13.6 Networking
import: rhombus/network | package: rhombus-lib |
Rhombus’s core networking facilities are provided by the rhombus/network module.
annotation | |||
| |||
annotation | |||
| |||
enumeration | |||
A PortNumber is a Int.in(1, 65535). A
ListenPortNumber is a Int.in(0, 65535),
where 0 indicates that the operating system should chose an
ephemeral port number.
The NetworkWait enumeration is used by various networking functions to enable breaks or not.