[ortc] SctpTransport.start(): invalid remotePort argument

aboba has just created a new issue for https://github.com/w3c/ortc:

== SctpTransport.start(): invalid remotePort argument ==
When SctpTransport.start() is called with a remotePort argument, it is
 possible for the remotePort to be invalid.  For example, since the 
SctpTransport uses Simultaneous Open (SO), this implies that both the 
local and remote ports need to be unique.  The SctpTransport 
constructor will throw an exception if the local port isn't unique, 
but the remotePort exchanged in signaling might not be unique.  
Therefore the start() text should indicate that an InvalidParameters 
exception is thrown if the supplied remotePort (or the default value, 
port) isn't unique.

Please view or discuss this issue at 
https://github.com/w3c/ortc/issues/645 using your GitHub account

Received on Saturday, 21 January 2017 01:00:37 UTC