diff mgw/struct.h @ 96:f24bbfd23c9d

mgw p2g: outgoing seq numbers, forwarding control
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 25 Sep 2022 19:32:27 -0800
parents f280328e7e2e
children 9aed16c30622
line wrap: on
line diff
--- a/mgw/struct.h	Sun Sep 25 19:17:44 2022 -0800
+++ b/mgw/struct.h	Sun Sep 25 19:32:27 2022 -0800
@@ -32,6 +32,7 @@
 	uint32_t	p2g_ssrc;
 	uint32_t	p2g_last_ts;
 	uint16_t	p2g_last_seq;
+	uint16_t	p2g_out_seq;
 	int		p2g_err_flags;
 	/* linked list management */
 	unsigned	ep_id;