[whatwg/streams] "socket.setTCPWindowSize" (#483)

https://streams.spec.whatwg.org/#example-rbs-push

> socket\.setTCPWindowSize

The POSIX socket API size does not let you set the window size directly. You can only control it indirectly, by not reading data you are not ready for. When the kernel read buffer fills up, it responds by reducing the window size.

---
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/issues/483

Received on Thursday, 28 July 2016 09:36:02 UTC