Re: data API retransmission model

On 18 May 2014, at 19:41, Cullen Jennings (fluffy) <fluffy@cisco.com> wrote:

> 
> If both maxPacketLifeTime and maxRetransmits are set, it should probably raise an exception as this does not seem t be allowed. 
Correct.

It should also be specified that an exception (and which one) is raised if
* the label argument of createDataChannel() is too long.
* the protocol field of the RTCDataChannelInit is too long.
* the id field of the RTCDataChannelInit is too large.
* the id field of the RTCDataChannelInit is already used.
* the id field of the RTCDataChannelInit is incompatible with the odd/even rule

Best regards
Michael
> 

Received on Sunday, 18 May 2014 18:26:55 UTC