- From: Sergio Garcia Murillo via GitHub <sysbot+gh@w3.org>
- Date: Mon, 28 Jan 2019 10:58:24 +0000
- To: public-webrtc-logs@w3.org
Let's try to recap, theese are the three issues: - With current API model, the DC stack can push event faster to the event queue that what the main js thread is able to handle, so event queue grows indefinetivelly. - If interleaving is used, it could be possible that an large, low priority message fills the sctp buffer halting the sender and higher priority but smaller messages can't be received. - It is possible that a message bigger than the receive buffer fills the sctp buffer, draining the halting the sender. Can we agree on this? -- GitHub Notification of comment by murillo128 Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2086#issuecomment-458085241 using your GitHub account
Received on Monday, 28 January 2019 10:58:25 UTC