- From: Takeshi Yoshino <notifications@github.com>
- Date: Mon, 22 Aug 2016 01:03:31 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Monday, 22 August 2016 08:04:00 UTC
> > -The byte stream setup shown here allows zero-copy reading directly into developer-supplied buffers. Additionally, it > -ensures that when data is available from the socket but not yet requested by the developer, it is enqueued in the > -stream's <a>internal queue</a>, to avoid overflow of the kernel-space queue and a consequent loss of video data. In this > -case, an additional copy will potentially be necessary when using a <a>BYOB reader</a>, to move the data from the > -stream's internal queue to the developer-supplied buffer. > +Since UDP sockets do not have any built-in backpressure support, the backpressure signal given by s/sockets/sockets and protocol/ as the UDP protocol also doesn't have it. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/504/files/6aa364b27b6d37afc217fecf4fa23d9d4889565a..566a24fe06af3254ee3f8fcb9736d327ea347c9d#r75632469
Received on Monday, 22 August 2016 08:04:00 UTC