Hi Giuseppe, yes, a TCP connection is a subset of a SCTP stream. SCTP stream transports also notifications about different events like negotiation of streams number SCTP association will have, so between a SCTP stream and a protocol I see a data filter.
I'm looking also at the code and I would change some parts that are not related with SCTP associations: Protocol class derived from Filter and Connection derived from FiltersChain. Andu On Fri, 2009-04-10 at 23:23 +0200, Giuseppe Scrivano wrote: > Hi Alexandru, > > I think the first step is to abstract the idea of "Connection" in a way > it can be used by TCP and SCTP in a transparent way. A TCP connection > will be equivalent to a SCTP stream. What do you think about? > > Giuseppe > > > Alexandru IANCU <[email protected]> writes: > > > Dear developers, > > > > please comment this task and post here comments about what parts of code > > are involved and how to change. > > > > I couldn't reach directly Francesco Pipita and Daniele Perrone. > > I hope you two watch this list. > > > > Thank you, > > Andu.
