Tue, 23 Sep 2008 16:31:54 -0700 make sure that the sinks are started
Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Tue, 23 Sep 2008 16:31:54 -0700] rev 3715
make sure that the sinks are started
Tue, 23 Sep 2008 16:14:00 -0700 use better variable names.
Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Tue, 23 Sep 2008 16:14:00 -0700] rev 3714
use better variable names.
Tue, 23 Sep 2008 16:02:30 -0700 the sink must be enabled on node 2
Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Tue, 23 Sep 2008 16:02:30 -0700] rev 3713
the sink must be enabled on node 2
Tue, 23 Sep 2008 09:53:52 -0700 mispeeling in introduction.texi
Craig Dowell <craigdo@ee.washington.edu> [Tue, 23 Sep 2008 09:53:52 -0700] rev 3712
mispeeling in introduction.texi
Tue, 23 Sep 2008 01:09:43 +0200 nsc: avoid unecessary use of posix headers
Florian Westphal <fw@strlen.de> [Tue, 23 Sep 2008 01:09:43 +0200] rev 3711
nsc: avoid unecessary use of posix headers this removes usage of struct iphdr and inet_ntoa. Replaced by uint32_t[] (we only need to fetch source/destination ip addresses) and Ipv4Header::Print(), respectively. netinet/in.h and arpa/inet.h are retained for the time being due to ntohs/ntohl.
Mon, 22 Sep 2008 22:18:53 +0200 nsc: make sure nsc has a configured interface
Florian Westphal <fw@strlen.de> [Mon, 22 Sep 2008 22:18:53 +0200] rev 3710
nsc: make sure nsc has a configured interface the receive method hands packets to the nsc core via nsc's if_receive_packet() method. NSC (rightfully) assumes that if it gets a packet, there must be a network interface. However, at this time the interface initialization in ns-3-nsc is done when the first socket is created. The result is a segmentation fault inside nsc when ns-3 receives a packet on an nsc-enabled node before a socked has been created on that node. For the time being, use NS_ASSERT to make sure the nsc interface exits. This also gets rid of the NS_LOG use inside the Softinterrupt timer method and replaces NS_LOG_FUNCTION_NOARGS with NS_LOG_FUNCTION (this), as suggested by Mathieu Lacage.
Mon, 22 Sep 2008 10:36:24 -0700 Added tag ns-3.2 for changeset 2ecac911b3ec
Craig Dowell <craigdo@ee.washington.edu> [Mon, 22 Sep 2008 10:36:24 -0700] rev 3709
Added tag ns-3.2 for changeset 2ecac911b3ec
Sun, 21 Sep 2008 13:10:08 -0700 Add chapter on realtime scheduler to manual ns-3.2
Tom Henderson <tomh@tomh.org> [Sun, 21 Sep 2008 13:10:08 -0700] rev 3708
Add chapter on realtime scheduler to manual
Sat, 20 Sep 2008 15:45:31 -0700 new manual chapter on TCP
Tom Henderson <tomh@tomh.org> [Sat, 20 Sep 2008 15:45:31 -0700] rev 3707
new manual chapter on TCP
Thu, 18 Sep 2008 15:29:00 -0700 mispeeling in RELEASE_NOTES
Craig Dowell <craigdo@ee.washington.edu> [Thu, 18 Sep 2008 15:29:00 -0700] rev 3706
mispeeling in RELEASE_NOTES
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 tip