Re: [webrtc-pc] WHATWG streams for data channels

I'm getting confused by the term *stream of streams*. Maybe we can call this a *sequence of data channel messages where each message is a stream of bytes*?

SCTP (with the ndata extension) can interleave messages on different streams but not on the same stream. That means messages on a data channel are strictly ordered (even though messages can be abandoned when using partially reliable delivery - this doesn't affect order).

-- 
GitHub Notification of comment by lgrahl
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1732#issuecomment-357218079 using your GitHub account

Received on Friday, 12 January 2018 11:45:02 UTC