Re: Keeping up data channel

On Jun 13, 2012, at 8:13 PM, Martin Thomson wrote:

> On 13 June 2012 08:16, Michael Tuexen <Michael.Tuexen@lurchi.franken.de> wrote:
>> 
>> On Jun 13, 2012, at 3:33 PM, SUN Yang wrote:
>> 
>>> If there are 3 udp ports used by a PeerConnection between A and B.
>>> For example, 1 for mediastream, 2 for data streams.
>> As far as I understand the peer connection: We use one port number
>> on each side. Within the peer connection we will multiplex/demultiplex
>> the media streams and data streams. So the data streams don't use
>> additional UDP port numbers.
> 
> As I understand it, there can only be one DTLS session on the 5-tuple.
Correct. Doesn't run the the SCTP association (and therefore all data channels)
on top of that DTLS connection?
> 
> 

Received on Wednesday, 13 June 2012 18:57:41 UTC