[ortc] Closed Pull Request: QUIC: Add buffering support to write()

aboba has just closed aboba's pull request 793 for https://github.com/w3c/ortc:

== QUIC: Add buffering support to write() ==
This patch adds support for buffering to the RTCQuicStream.write method. The `bufferedAmount`, `bufferedAmountLowThreshold` and `onbufferedamountlow` attributes are utilized to enable building an `RTCDataChannel` interface on top of the `RTCQuicStream` abstraction.

@lgrahl @pthatcher Can you review/comment?

See https://github.com/w3c/ortc/pull/793

Received on Saturday, 4 November 2017 03:53:30 UTC