Re: Fwd: Re: SCTP mapping to data channels

just my $0.02 off the cuff....

since the streams are naturally unidirectional, have no open, but do 
have a reset, it seems to me like we should reflect that unless we have 
a reason not to:

- SDP item (TBD) is used to say "we want a data channel", and the 
initial max # of channels
- createDataChannel() grabs the first unused channel, adds more channels 
if it needs to
- channels are unidirectional
- first packet (sequence #0) causes an onopen() event before the 
ondata() event
- a reset causes an onclose() event

With this we should not need any signalling (leaving apps to use channel 
0 specially if they want to), and will in practice have an infinite 
number of channels.

when in doubt, keep it simple....

                Harald

Received on Saturday, 4 February 2012 20:43:46 UTC