Re: DataChannel: how to know the max size of the sending buffer?

On 7 May 2014 14:49, Iñaki Baz Castillo <ibc@aliax.net> wrote:
>
> Where is the hole or the data lost in this code? (NOTE: of course I do
> know that the rest of the code must be aware of this, may be via
> status flags or whatever).


You need to block other packets on the same channel, or you will
successfully send small payloads ahead of large ones.  But your basic
point is valid.

Received on Thursday, 8 May 2014 00:03:11 UTC