Florian Westphal <fw@strlen.de> [Wed, 15 Jul 2009 18:46:14 +0200] rev 4685
nsc: move nsc glue code from nsc-tcp-l4-protocol to node/nsc-glue.cc.
known problems:
- sim_interface.h is duplicated
- nsc-glue.cc adds hooks in node.cc, "hijacks" incoming packets
- nsc-glue exports NSCs INetStack (instead of wrapping it completely)
- nsc-tcp-l4-protocol and nsc-tcp-socket-impl make calls into nsc-glue
- nsc-tcp-socket-impl should really be "nsc-socket-core" (or something
like that)
needs fixing on nsc side:
- no support for multiple interfaces yet (also not yet supported
on nsc side)
- nsc initialisation still tied to IP (Adding an Interface and assigning the
IP address is a single step; it should be separate)
maybe there is more.
There is a NSC_NEXT define in nsc-glue.h, its main purpose is to flag
the places where the NSC API needs to be adapted to support multiple
interfaces in nsc.
Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Wed, 15 Jul 2009 14:59:44 +0200] rev 4684
fix optimized build
Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Wed, 15 Jul 2009 14:49:37 +0200] rev 4683
merge with HEAD
Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Wed, 15 Jul 2009 08:36:41 +0200] rev 4682
make sure memory is initialized
Nicola Baldo <nbaldo@cttc.es> [Wed, 15 Jul 2009 13:06:11 +0200] rev 4681
made InterferenceHelper::CalculateTxDuration () static
Ramon Bauza <monbauza@gmail.com> [Mon, 13 Jul 2009 14:30:12 +0200] rev 4680
Support for 5 and 10Mhz wifi channels
Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Mon, 13 Jul 2009 09:57:32 +0200] rev 4679
bug 627: Jakes Propagation Loss Model doesn't properly calculate signal loss
Pavel Boyko <boyko@iitp.ru> [Mon, 13 Jul 2009 09:07:02 +0200] rev 4678
Use operator== instead of operator!= in NS_TEST_ASSERT_EQUAL
Craig Dowell <craigdo@ee.washington.edu> [Fri, 10 Jul 2009 11:56:35 -0700] rev 4677
emu device shouldn't be adding an FCS
Craig Dowell <craigdo@ee.washington.edu> [Fri, 10 Jul 2009 09:50:24 -0700] rev 4676
harden emu net device against malformed packets