mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
avb: check seq
Avoid infinite loops. Check sequence number and warn Use 32 frames per pdu in example.
This commit is contained in:
parent
200f591a3d
commit
ff5201ef3d
4 changed files with 41 additions and 1 deletions
|
|
@ -240,6 +240,7 @@ struct state {
|
|||
size_t pdu_size;
|
||||
int64_t pdu_period;
|
||||
uint8_t pdu_seq;
|
||||
uint8_t prev_seq;
|
||||
|
||||
struct iovec iov;
|
||||
struct msghdr msg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue