FS-11721 add a send queue to buffer msg messages before msrp socket is ready

This commit is contained in:
Seven Du
2019-04-12 12:04:04 +08:00
committed by Andrey Volk
parent 7432091fdd
commit 1a95ef664b
2 changed files with 56 additions and 8 deletions
+1
View File
@@ -118,6 +118,7 @@ struct switch_msrp_session_s{
uint8_t frame_data[SWITCH_RTP_MAX_BUF_LEN];
int running;
void *user_data;
switch_queue_t *send_queue;
};
SWITCH_DECLARE(switch_status_t) switch_msrp_init(void);