|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
|
strong |
How outbound payloads are framed on the wire.
NONE: raw bytes, no framing (UDP default). LENGTH_PREFIX: 4-byte big-endian size header before each message (TCP default). CHUNKED: split large payloads into MTU-sized chunks with sequence numbers.
| Enumerator | |
|---|---|
| NONE | |
| LENGTH_PREFIX | |
| CHUNKED | |
Definition at line 64 of file NetworkUtils.hpp.