[ortc] Pull Request: QUIC: Add buffering support to RTCQuicStream

aboba has just submitted a new pull request for https://github.com/w3c/ortc:

== QUIC: Add buffering support to RTCQuicStream ==
Adds waitForReadable, waitForWritable and setTargetReadBufferedAmount
methods, as well as readBufferedAmount, maxReadBufferedAmount,
writeBufferedAmount, maxWriteBufferedAmount, and
targetReadBufferedAmount attributes.

Completes fix for Issue https://github.com/w3c/ortc/issues/584

The specification with the PR merged is here:
http://internaut.com:8080/~baboba/ortc/github/ortc-master/

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

Received on Saturday, 4 November 2017 17:38:24 UTC