The two example applications [shape-writer-udp.c](examples/shape/shape-writer-udp.c) and [shape-reader-udp.c](examples/shape/shape-reader-udp.c) both use a `#define` to select a "reliable" or "best-effort" mode of operation. The code currently mishandles this macro, and configures the incorrect stream storage for the selected mode.