Re: [streams] Merge ReadableByteStream into ReadableStream (#430)

Self-reply to https://github.com/whatwg/streams/pull/430#issuecomment-193877949

> So, IIUC, TCPSocketPosix::SetReceiveBufferSize() would help us prevent / recover from unexpected increase of amount of data being buffered in kernel.

SO_RCVBUF limits total memory consumption including overhead. So, this value should be set to a slightly larger value (e.g. like tcp_adv_win_scale is reflected to the advertised window size).

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/430#issuecomment-194205943

Received on Wednesday, 9 March 2016 09:32:17 UTC