Re: Data Channel Buffer Management Proposal

So you imagine some mutable low water mark (e.g.
dataChannel.lowBufferLimit), plus an event that fires when bufferedAmount
decreases across this boundary?

On Tue, May 19, 2015 at 1:30 PM, Martin Thomson <martin.thomson@gmail.com>
wrote:

> On 19 May 2015 at 10:17, Benjamin Schwartz <bemasc@google.com> wrote:
> > Are you advocating for an event every time bufferedAmount decreases, or
> an
> > event when bufferedAmount crosses some (constant or configurable)
> threshold?
>
> I imagine that a crossing point could be configured.  It means that
> you don't get the event if you start below the threshold.
>
> An alternative is to reject attempts to set multiple thresholds.
>

Received on Tuesday, 19 May 2015 17:42:27 UTC