Bug 1827

Summary: Linux SCTP support over DCE
Product: dce Reporter: Hajime Tazaki <tazaki>
Component: kernelAssignee: Hajime Tazaki <tazaki>
Status: CLOSED FIXED    
Severity: enhancement CC: ns-bugs
Priority: P5    
Version: unspecified   
Hardware: PC   
OS: Linux   

Comment 1 Hajime Tazaki 2014-01-08 10:50:44 EST
The following patch fix this issue.
changeset 9952fad1036b
http://code.nsnam.org/ns-3-dce/rev/9952fad1036b

you may start to use it with:

% bake.py configure -e dce-linux-dev

then after build it,

% ./waf --run dce-sctp-simple

will give you a simple example of SCTP sockets communication.

right now, only sim-ns3-2.6.36-branch and sim-ns3-dev-branch are supported with SCTP. others (3.4.0, 3.12.0 branches) will be ported if needed.

You may need to install lksctp-tools dev package to use it.

DCE cradle support will follows later.
Comment 2 Hajime Tazaki 2014-01-09 06:12:17 EST
(In reply to Hajime Tazaki from comment #1)

> DCE cradle support will follows later.

DCE cradle support and test code are finished.

http://code.nsnam.org/ns-3-dce/rev/d7753e122d06