Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
udp realtime - improve robustness against short packets (fix for #3672)
when only two bytes were received in a packet, the "for" condition `packetsize -3` would underflow, leading to an infinite loop.
- Loading branch information