Skip to content

sctpenc: Prohibit sending of interleaved message parts

Apparently we cannot start sending messages from another datachannel before the previous message was completely sent. usrsctplib will complain about being locked on another stream id and set errno=EINVAL.

Merge request reports