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

Most implementations right now have some buffer space within the JS layer. When SCTP passes user data to its upper layer (the JS layer) it is not buffered by SCTP anymore and therefore the buffer space is considered freed. You would have to avoid the buffering in the JS layer...

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

Received on Friday, 25 January 2019 21:19:26 UTC