Tue, 26 Feb 2008 01:23:27 +0100 Federico Maguolo Sync event must be properly canceled upon tx during sync.
Tue, 26 Feb 2008 01:22:44 +0100 Federico Maguolo Use the physical rate where needed.
Mon, 25 Feb 2008 17:06:18 -0500 Raj Bhattacharjea Fix memory leaks in PendingData class by returning Ptr<Packet> instead of PendingData* where appropriate
Mon, 25 Feb 2008 15:28:03 -0500 Raj Bhattacharjea Move TcpSocket::m_retxEvent.Cancel to TcpSocket::Destroy; undoes d4217d7ba4ba
Mon, 25 Feb 2008 14:40:25 -0500 Kulin Shah Fix to make the TCP SYN retransmission do a binary exponential backoff
Fri, 22 Feb 2008 23:45:25 +0100 Federico Maguolo RRAA implementation.
Fri, 22 Feb 2008 23:34:53 +0100 Mathieu Lacage Hook trace sources into the trace system. Add WifiTrace to give a 'simple' API to tracing wifi-specific sources.
Fri, 22 Feb 2008 23:28:01 +0100 Federico Maguolo allow rate control algorithms to control more per-packet parameters.
Fri, 22 Feb 2008 23:16:51 +0100 Federico Maguolo the NAV should be updated only when the packet is _not_ addressed to us. (see section 9.2.5.4)
Wed, 20 Feb 2008 19:40:36 +0100 Mathieu Lacage add extra StopAt call to ensure that the simulation ends at some point.
Tue, 19 Feb 2008 21:33:08 -0800 Tom Henderson Update NS_LOG documentation
Tue, 19 Feb 2008 21:43:28 +0000 Gustavo J. A. M. Carneiro Fix the WAF --run option for running a program with command line options
Sun, 17 Feb 2008 14:02:45 +0000 Gustavo J. A. M. Carneiro Fix a typo in the WAF scripts; don't access m_linktask directly, use the get_target_name() method instead (to make it work with waf trunk).
Sat, 16 Feb 2008 13:24:08 -0800 Tom Henderson a few tweaks to the release steps document
Sat, 16 Feb 2008 12:01:48 -0800 Tom Henderson Added tag release-3.0.11 for changeset ee5e1da76ecc
Sat, 16 Feb 2008 11:51:58 -0800 Tom Henderson add Joe Kopena to AUTHORS list ns-3.0.11
Fri, 15 Feb 2008 19:54:34 -0800 Tom Henderson avoid infinite recursion in Tcp callback (bug 131)
Fri, 15 Feb 2008 20:53:07 +0100 Mathieu Lacage fix doxygen.
Fri, 15 Feb 2008 20:37:34 +0100 Mathieu Lacage update version number
Fri, 15 Feb 2008 20:37:19 +0100 Mathieu Lacage initial release notes
Fri, 15 Feb 2008 20:03:48 +0100 Mathieu Lacage bug 133: automate RandomVariable memory management.
Fri, 15 Feb 2008 19:14:35 +0100 Mathieu Lacage fix bug 137: Make Ipv4Address (uint32_t) constructor explicit. patch by Gustavo.
Thu, 14 Feb 2008 19:01:01 +0000 Gustavo J. A. M. Carneiro Make the OLSR routing protocol priority higher, not lower, than static routing.
Thu, 14 Feb 2008 18:55:11 +0000 Gustavo J. A. M. Carneiro Add support for tracing the OLSR routing table size.
Thu, 14 Feb 2008 18:15:26 +0000 Gustavo J. A. M. Carneiro Check for malformed trace paths that do not start with '/'.
Thu, 14 Feb 2008 17:48:15 +0000 Gustavo J. A. M. Carneiro Make Packet::RemoveTag behave as documented (bug #139)
Wed, 13 Feb 2008 09:55:15 -0500 Raj Bhattacharjea Fix TCP server socket connection notification (part of bug 132)
Wed, 13 Feb 2008 18:23:20 +0000 Gustavo J. A. M. Carneiro A couple more OLSR bug fixes
Wed, 13 Feb 2008 17:44:05 +0000 Gustavo J. A. M. Carneiro OLSR: code cleanup, more extensive logging, many bug fixes. Should also handle multiple interfaces better, now.
Wed, 13 Feb 2008 17:42:08 +0000 Gustavo J. A. M. Carneiro Make the OLSR example a bit more complete, adding a 5th node, to exercise 3-hop routing.
Wed, 13 Feb 2008 17:37:43 +0000 Gustavo J. A. M. Carneiro Fix broadcast packet reception for locally bound sockets (bug #136)
Mon, 11 Feb 2008 14:46:44 +0000 Gustavo J. A. M. Carneiro Add the IPv4 header before deciding whether to drop packets. Closes bug #135.
Sun, 10 Feb 2008 22:34:04 +0000 Gustavo J. A. M. Carneiro The message "Unable to determine outbound interface. No default route set"
Sun, 10 Feb 2008 13:19:07 +0000 Gustavo J. A. M. Carneiro Upgrade WAF to version 1.3.2
Sun, 10 Feb 2008 11:51:53 +0000 Gustavo J. A. M. Carneiro RandomWalk2dMobilityModel changed name to RandomWalkMobilityModel (typo or intentional?)
Sat, 09 Feb 2008 18:37:58 +0000 Gustavo J. A. M. Carneiro Make sequence-number.h a public header file (because it is included by another public header, tcp-header.h)
Wed, 06 Feb 2008 10:03:46 -0800 Craig Dowell branch merge
Wed, 06 Feb 2008 10:03:09 -0800 Craig Dowell further ns-3-obj changes
Wed, 06 Feb 2008 17:11:56 +0000 Gustavo J. A. M. Carneiro Move TcpSocket's m_retxEvent.Cancel() to ~TcpSocket(), so that it is executed by all possible code paths leading up to a TcpSocket deallocation.
Tue, 05 Feb 2008 15:30:16 -0500 Raj Bhattacharjea Merge
Tue, 05 Feb 2008 15:29:17 -0500 Raj Bhattacharjea Slight refactor of TCP code so two way connections don't bug out
Tue, 05 Feb 2008 09:54:32 -0500 Raj Bhattacharjea Patch for bug 130 from Gustavo
Mon, 04 Feb 2008 23:09:07 -0800 Tom Henderson some more edits to the front part of the tutorial
Mon, 04 Feb 2008 19:17:45 -0800 Craig Dowell fix instances of stale names
Mon, 04 Feb 2008 19:04:01 -0800 Craig Dowell object model section of tutorial needed to be rewritten due to ns-3-object changes.
Mon, 04 Feb 2008 12:56:08 -0800 Craig Dowell tutorial now agrees with ns3-object changes
Mon, 04 Feb 2008 12:27:18 -0800 Craig Dowell half of example describing how to plumb in new model without plumbing
Sun, 03 Feb 2008 14:34:10 -0800 Tom Henderson Further alignment of simple-point-to-point.cc with ns-2/simple.tcl (add TCP)
Sun, 03 Feb 2008 19:09:35 +0000 Gustavo J. A. M. Carneiro OLSR: remove the 'Link tuple has no corresponding neighbor tuple' assertion; it happens now because MID messages may occasionally not arrive in time, but it's normal.
Sun, 03 Feb 2008 19:05:37 +0000 Gustavo J. A. M. Carneiro merge
Sun, 03 Feb 2008 18:50:55 +0000 Gustavo J. A. M. Carneiro OLSR: get main address of the peer from the UDP source address and the 'interface association' table; this way the UDP source address need not be the same as the main address.
Sun, 03 Feb 2008 18:29:25 +0000 Gustavo J. A. M. Carneiro Backed out changeset 055ff23aa034 (Tom does not like it turns out OLSR does not need it)
Sat, 02 Feb 2008 20:46:04 -0800 Tom Henderson Fix tutorial TOC
Sat, 02 Feb 2008 15:52:54 -0800 Tom Henderson formatting cleanup
Fri, 01 Feb 2008 21:31:15 -0800 Tom Henderson typos and formatting of Introduction section
Fri, 01 Feb 2008 19:37:27 +0000 Gustavo J. A. M. Carneiro UDP sockets are fixed, remove the hack and note.
Fri, 01 Feb 2008 19:29:56 +0000 Gustavo J. A. M. Carneiro Fix UDP source address, make it honor Bind().
Fri, 01 Feb 2008 18:40:14 +0000 Gustavo J. A. M. Carneiro Some more udp socket debug messages
Fri, 01 Feb 2008 18:39:37 +0000 Gustavo J. A. M. Carneiro Put back the simulation time in 30 seconds, else we generate huge trace files.
Fri, 01 Feb 2008 18:24:39 +0000 Gustavo J. A. M. Carneiro Add more debug info to olsr routing table
(0) -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip