Bug 1827 - Linux SCTP support over DCE
Linux SCTP support over DCE
Status: CLOSED FIXED
Product: dce
Classification: Unclassified
Component: kernel
unspecified
PC Linux
: P5 enhancement
Assigned To: Hajime Tazaki
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-01-08 10:18 EST by Hajime Tazaki
Modified: 2014-04-15 09:42 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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