- From: Lennart Grahl via GitHub <sysbot+gh@w3.org>
- Date: Fri, 12 Jan 2018 11:44:56 +0000
- To: public-webrtc-logs@w3.org
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