The two example applications shape-writer-udp.c and 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.
The two example applications shape-writer-udp.c and shape-reader-udp.c both use a
#defineto 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.