- From: Bernard Aboba <Bernard.Aboba@microsoft.com>
- Date: Mon, 31 Aug 2015 20:55:01 +0000
- To: "public-ortc@w3.org" <public-ortc@w3.org>
>From Robin Raymond: dictionary RTCDataChannelParameters { DOMString label = ""; boolean ordered = true; unsigned short maxPacketLifetime; unsigned short maxRetransmits; DOMString protocol = ""; boolean negotiated = false; unsigned short id; }; unsigned short maxPacketLifetime; unsigned short maxRetransmits; ^ those aren’t shorts (16 bits), they are 32 bit in the protocol
Received on Monday, 31 August 2015 20:55:29 UTC