Re: Data Channel Buffer Management Proposal

On 28 May 2015 at 07:38, Benjamin Schwartz <bemasc@google.com> wrote:
> Pull request is up: https://github.com/w3c/webrtc-pc/pull/233


Looks reasonable.

I'll note that this feature, in any of its forms, potentially causes
something like silly window syndrome, where clients watch for the
buffer to go below x, at which point they feed in exactly enough data
to lift the buffer to x, resulting in lots of busy work.  I guess that
the response to that would be that the acknowledgements from the peer
would have to be silly in order for that to be a problem, so we don't
need to worry about it.

Received on Thursday, 28 May 2015 16:30:07 UTC