Module nannou::osc::recv[][src]

Items related to the osc::Receiver implementation.

Structs

Iter

An iterator that calls recv on the inner Receiver and yields the results.

Receiver

A type used for receiving OSC packets.

TryIter

An iterator that calls try_recv on the inner Receiver and yields the results.

Constants

DEFAULT_MTU

The default "maximum transmission unit" size as a number of bytes.

DEFAULT_NON_BLOCKING

By default UDP sockets are blocking so this is the mode in which the receiver is initialised.