Constant nannou_osc::send::DEFAULT_PORT[][src]

pub const DEFAULT_PORT: u16 = 0;
Expand description

The default port bound to by the Sender.

In most cases, mono-directional networking tools will bind to port 0 for outgoing connections, which means that the OS assigns a freely available random outgoing port.