hi everyone,

I'm starting to work on lksctp and add a module to support Concurrent Multipath Tranfer (CMT). However, I first must know the date flow of lksctp.

At this moment, I'm reading the code of lksctp and try to draw the data flow (outgoing queue, ingoing queue, etc...). It's difficult and take to much time.

If anyone already did this job and got the diagram for data flows of sctp, would you please share it with me. I really appreciate it.

Thank you very much

P/S: in addition, do anyone know the difference between function sctp_association_free() and sctp_association_destroy() ???? it seems that both functions will free the association. So why does lksctp need to implement both????