pipewire/src/modules/module-netjack2
Wim Taymans 7fd3e13a3e netjack2: handle 0 in sync frames
JACK2 only sends -1 as the frames, meaning we should take the value from
the negotiated period as the frames to process.

We however send the actual number of frames and use the sync value to
decide how many frames to process. We need to be careful because a value
of 0 will cause a division by 0 so treat <= 0 frames the negotiated period
size as well.
2026-05-08 11:42:15 +02:00
..
packets.h netjack2: do some sanity checks on the MTU 2026-05-04 10:13:44 +02:00
peer.c netjack2: handle 0 in sync frames 2026-05-08 11:42:15 +02:00