[Ns-developers] Running DCCP on NS3 with NSC
Florian Westphal
fw at strlen.de
Tue Jul 14 12:26:52 PDT 2009
Ren² Gabás <renrengabas at gmail.com> wrote:
> I want to use NS3 with the Network Simulation Cradle. I would like to help
> with the development of NSC so that it will be able to simulate DCCP stack
> of Linux. Aside from the TCP to DCCP examples, where else would be a good
> place to start with this?
I was planning to push out some changes to ns-3s nsc glue code this week to get
some reviews (its based on a stale ns-3-dev version, so I want to re-base
it first).
The changes include moving the nsc initialisation out of
nsc-tcp-l4-protocol.cc.
The next step (which I haven't worked on) would be to deal with
nsc-tcp-socket-impl.cc, as none if it really has anything to do with
tcp (it glues ns3 tcp sockets to nsc, but it should be generic and work
with any protocol instead; the m_nscStack->new_tcp_socket() in there
might as well be new_sctp_socket or whatever).
More information about the Ns-developers
mailing list