-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
I've had a glance at your code and it seems you're not handling the MSG_EOR flag which means you will treat incoming partial SCTP messages as whole messages, thus violating the message-oriented principle of SCTP (and data channels). This is a widespread issue in many implementations we're currently trying to clean up.
If you need help, you can look at the relevant section in RAWRTC's code or at Mozilla's implementation. I'm the author of RAWRTC and I've also worked on Mozilla's data channel code, so feel free to ping me if you have any questions.
Tracked (and resolved) for Firefox in bug 979417. For Chromium, this is tracked in issue 7774.
mo3rfan and chadnickbok
Metadata
Metadata
Assignees
Labels
No labels