Queries the buffer size used for coding or decoding OSC messages.
Queries the buffer size used for coding or decoding OSC messages. This is the maximum size an OSC packet (bundle or message) can grow to.
the buffer size in bytes.
#setBufferSize( int )
Adjusts the buffer size used by the future channel.
Adjusts the buffer size used by the future channel. The minimum allowed size is 16 bytes. Typically, OSC applications handle packets up to 8 KB. SuperCollider Server handles packets up the 64 KB by default (?).
Queries the transport protocol used by this communicator.
Queries the transport protocol used by this communicator.
the transport, such as UDP
or TCP
#TCP
#UDP