mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-17 05:38:33 +03:00
UDP end-points are streams, so when we receive data on the OUT endpoint callback, the buffer might contain several commands. When dispatching the messages, split (segment) them again before dispatching them to their respective handlers.