Re: [webrtc-pc] (How) does SCTP handle CPU-bound congestion on JavaScript thread? (#2086)

Are these the two issues or am I confused?
1. (This issue) How to get SCTP congestion to kick in when you are CPU bound on the JavaScript thread (with [proposal earlier](https://github.com/w3c/webrtc-pc/issues/2086#issuecomment-457726283)).
2. (Unrelated to this issue) How to prioritize data channels when the send-side buffer is full so that one data channel does not end up dominating the send buffer. E.g. one channel is sending lots of tiny messages so that the buffer is always full, making it impossible for another channel to send its large messages because the buffer never has sufficient space.

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

Received on Saturday, 26 January 2019 12:02:49 UTC