Re: RTCDataChannel characteristics and failures

On Dec 30, 2013, at 12:09 AM, piranna@gmail.com wrote:

> > > for some use cases...
> > Any concrete example?
> >
> Application-based fine-grain control of the transmissions.
Not sure what that means exactly... Please note that SCTP
provides congestion and flow control and might therefore delay
the sending of the message. You can circumvent these mechanisms.

You can set the number of retransmissions to 0 and have no
retransmissions at all. Or you can limit the time to 1 ms and
would not get any substantial buffering in the stack (for
the price of high probability of abandoning).

So what is a concrete example where you need a combination of
the above policies?

Best regards
Michael
> 

Received on Monday, 30 December 2013 10:04:42 UTC