avb: check seq

Avoid infinite loops.
Check sequence number and warn
Use 32 frames per pdu in example.
This commit is contained in:
Wim Taymans 2022-03-09 16:58:35 +01:00
parent 200f591a3d
commit ff5201ef3d
4 changed files with 41 additions and 1 deletions

View file

@ -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;