Devel
- Many bugfixes
-- most importantly fixing clock drift issues, causing packet loss when receiving clock is running to fast and "no more buffer time is left"
--don't use non blocking send on receiver data output
- Feature Null packet deletion, automatically detected on receiver, ability to turn on on sender via CLI argument
- Minor features:
--cumulative stats in receiver
--ability to calculate RTT based of XR packets (Upipe uses those)
--calculate retry deadline based on expected arrival times
--set high priority on receiver data output threads (prevents certain issues)
--log average time spend in buffer of packets
Edited by Gijs Peskens