You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Guys,
There were a couple of bugs in sctp.c which fixed by me :)
In janus_sctp_pending_message_create the len attribute was not set properly.
In the burst transfers, packets got stuck in pending_messages queue!. To fix this the new function janus_sctp_data_ready is called in case of SCTP_SENDER_DRY_EVENT. I moved the first loop of janus_sctp_send_data function to the new created function to push pending messages to sctp stack. At the end of function I called the janus_dtls_sctp_data_ready function.
Hi Guys,
There were a couple of bugs in sctp.c which fixed by me :)
Hope to merge soon,
sctp.c.txt
The text was updated successfully, but these errors were encountered: