comparison mgw/struct.h @ 97:9aed16c30622

mgw p2g: set M bit when restarting forwarding after no-forward
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 25 Sep 2022 20:05:02 -0800
parents f24bbfd23c9d
children 1579ec0e9fb9
comparison
equal deleted inserted replaced
96:f24bbfd23c9d 97:9aed16c30622
31 int p2g_state; 31 int p2g_state;
32 uint32_t p2g_ssrc; 32 uint32_t p2g_ssrc;
33 uint32_t p2g_last_ts; 33 uint32_t p2g_last_ts;
34 uint16_t p2g_last_seq; 34 uint16_t p2g_last_seq;
35 uint16_t p2g_out_seq; 35 uint16_t p2g_out_seq;
36 int p2g_drop_flag;
36 int p2g_err_flags; 37 int p2g_err_flags;
37 /* linked list management */ 38 /* linked list management */
38 unsigned ep_id; 39 unsigned ep_id;
39 struct endpoint *next; 40 struct endpoint *next;
40 }; 41 };