RE: QUIC use cases

Lennart said:

"This is something that would be resolved by WHATWG streams for data channel messages... for RTCDataChannel there would have to be a stream for each message as data channels transfer datagrams and not a sequence of bytes.

Is it too much to ask for to at least go for the low-hanging fruits that wouldn't require a lot of effort? For example:

- fix the EOR bug when receiving data if you haven't fixed it already
- try larger SCTP window sizes for better throughput 
- activate ndata once it's available in usrsctp (if you're using usrsctp)
"

[BA] Fixing bugs, improving performance and adding support for additional SCTP protocol features are all good things for data channel implementers to work on.

Are there also things that the W3C WEBRTC WG should be doing?  For example, are there tests we should add to WPT and/or KITE framework, or issues in the RTCDataChannel API that need to be addressed? 

Received on Monday, 15 January 2018 16:58:02 UTC