Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Fri, 15 Feb 2008 20:37:19 +0100] rev 2337
initial release notes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Fri, 15 Feb 2008 20:03:48 +0100] rev 2336
bug 133: automate RandomVariable memory management.
Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Fri, 15 Feb 2008 19:14:35 +0100] rev 2335
fix bug 137: Make Ipv4Address (uint32_t) constructor explicit. patch by Gustavo.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Thu, 14 Feb 2008 19:01:01 +0000] rev 2334
Make the OLSR routing protocol priority higher, not lower, than static routing.
The reason for this change is related to the fact that sockets now send
broadcast (255.255.255.255) packets as subnetwork directed broadcasts. With
wireless OLSR nodes with only a single interface, in order for OLSR to hear
each other's broadcasts they all need to be in the same network. On the other
hand, if the nodes are all in the same network then the static routing module
will mistakenly believe it has direct conectivity to all other nodes, thereby
bypassing OLSR completely.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Thu, 14 Feb 2008 18:55:11 +0000] rev 2333
Add support for tracing the OLSR routing table size.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Thu, 14 Feb 2008 18:15:26 +0000] rev 2332
Check for malformed trace paths that do not start with '/'.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Thu, 14 Feb 2008 17:48:15 +0000] rev 2331
Make Packet::RemoveTag behave as documented (bug #139)
Raj Bhattacharjea <raj.b@gatech.edu> [Wed, 13 Feb 2008 09:55:15 -0500] rev 2330
Fix TCP server socket connection notification (part of bug 132)
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Wed, 13 Feb 2008 18:23:20 +0000] rev 2329
A couple more OLSR bug fixes
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Wed, 13 Feb 2008 17:44:05 +0000] rev 2328
OLSR: code cleanup, more extensive logging, many bug fixes. Should also handle multiple interfaces better, now.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Wed, 13 Feb 2008 17:42:08 +0000] rev 2327
Make the OLSR example a bit more complete, adding a 5th node, to exercise 3-hop routing.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Wed, 13 Feb 2008 17:37:43 +0000] rev 2326
Fix broadcast packet reception for locally bound sockets (bug #136)
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Mon, 11 Feb 2008 14:46:44 +0000] rev 2325
Add the IPv4 header before deciding whether to drop packets. Closes bug #135.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Sun, 10 Feb 2008 22:34:04 +0000] rev 2324
The message "Unable to determine outbound interface. No default route set"
should not be fatal; just return false instead.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Sun, 10 Feb 2008 13:19:07 +0000] rev 2323
Upgrade WAF to version 1.3.2
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Sun, 10 Feb 2008 11:51:53 +0000] rev 2322
RandomWalk2dMobilityModel changed name to RandomWalkMobilityModel (typo or intentional?)
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Sat, 09 Feb 2008 18:37:58 +0000] rev 2321
Make sequence-number.h a public header file (because it is included by another public header, tcp-header.h)
Craig Dowell <craigdo@ee.washington.edu> [Wed, 06 Feb 2008 10:03:46 -0800] rev 2320
branch merge
Craig Dowell <craigdo@ee.washington.edu> [Wed, 06 Feb 2008 10:03:09 -0800] rev 2319
further ns-3-obj changes
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Wed, 06 Feb 2008 17:11:56 +0000] rev 2318
Move TcpSocket's m_retxEvent.Cancel() to ~TcpSocket(), so that it is executed by all possible code paths leading up to a TcpSocket deallocation.
Raj Bhattacharjea <raj.b@gatech.edu> [Tue, 05 Feb 2008 15:30:16 -0500] rev 2317
Merge
Raj Bhattacharjea <raj.b@gatech.edu> [Tue, 05 Feb 2008 15:29:17 -0500] rev 2316
Slight refactor of TCP code so two way connections don't bug out
Raj Bhattacharjea <raj.b@gatech.edu> [Tue, 05 Feb 2008 09:54:32 -0500] rev 2315
Patch for bug 130 from Gustavo
Tom Henderson <tomh@tomh.org> [Mon, 04 Feb 2008 23:09:07 -0800] rev 2314
some more edits to the front part of the tutorial
Craig Dowell <craigdo@ee.washington.edu> [Mon, 04 Feb 2008 19:17:45 -0800] rev 2313
fix instances of stale names
Craig Dowell <craigdo@ee.washington.edu> [Mon, 04 Feb 2008 19:04:01 -0800] rev 2312
object model section of tutorial needed to be rewritten due to ns-3-object changes.
Craig Dowell <craigdo@ee.washington.edu> [Mon, 04 Feb 2008 12:56:08 -0800] rev 2311
tutorial now agrees with ns3-object changes
Craig Dowell <craigdo@ee.washington.edu> [Mon, 04 Feb 2008 12:27:18 -0800] rev 2310
half of example describing how to plumb in new model without plumbing
Tom Henderson <tomh@tomh.org> [Sun, 03 Feb 2008 14:34:10 -0800] rev 2309
Further alignment of simple-point-to-point.cc with ns-2/simple.tcl (add TCP)
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Sun, 03 Feb 2008 19:09:35 +0000] rev 2308
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.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Sun, 03 Feb 2008 19:05:37 +0000] rev 2307
merge
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Sun, 03 Feb 2008 18:50:55 +0000] rev 2306
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.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Sun, 03 Feb 2008 18:29:25 +0000] rev 2305
Backed out changeset 055ff23aa034 (Tom does not like it turns out OLSR does not need it)
Tom Henderson <tomh@tomh.org> [Sat, 02 Feb 2008 20:46:04 -0800] rev 2304
Fix tutorial TOC
Tom Henderson <tomh@tomh.org> [Sat, 02 Feb 2008 15:52:54 -0800] rev 2303
formatting cleanup
Tom Henderson <tomh@tomh.org> [Fri, 01 Feb 2008 21:31:15 -0800] rev 2302
typos and formatting of Introduction section
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Fri, 01 Feb 2008 19:37:27 +0000] rev 2301
UDP sockets are fixed, remove the hack and note.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Fri, 01 Feb 2008 19:29:56 +0000] rev 2300
Fix UDP source address, make it honor Bind().
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Fri, 01 Feb 2008 18:40:14 +0000] rev 2299
Some more udp socket debug messages
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Fri, 01 Feb 2008 18:39:37 +0000] rev 2298
Put back the simulation time in 30 seconds, else we generate huge trace files.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Fri, 01 Feb 2008 18:24:39 +0000] rev 2297
Add more debug info to olsr routing table
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Fri, 01 Feb 2008 18:07:45 +0000] rev 2296
In OLSR agent, work around newly introduced bug in UDP sockets prenting Bind from working as e.g. Linux. Add note explaining what's wrong.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Fri, 01 Feb 2008 17:17:24 +0000] rev 2295
Fix OLSR example: don't add static routes, increase simulation time to 300 seconds.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Fri, 01 Feb 2008 15:16:44 +0000] rev 2294
Unbreak ParameterLogger
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Fri, 01 Feb 2008 14:05:59 +0000] rev 2293
Start the Olsr agent (accidentally removed during last code refactoring)
Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Fri, 01 Feb 2008 08:50:03 +0100] rev 2292
merge with HEAD
Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Tue, 15 Jan 2008 13:29:41 +0100] rev 2291
add an extra link to the PHY model paper
Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Tue, 15 Jan 2008 13:27:45 +0100] rev 2290
fix doxygen warnings
Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Tue, 15 Jan 2008 12:07:31 +0100] rev 2289
merge with HEAD
Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Wed, 19 Dec 2007 13:24:52 +0100] rev 2288
forward only packets for ourselves.
Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Wed, 19 Dec 2007 13:24:30 +0100] rev 2287
it is possible to receive packets which are not tagged. ignore them rather than crash.
Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Wed, 19 Dec 2007 13:22:55 +0100] rev 2286
ensure m_listener is initialized properly
Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Mon, 17 Dec 2007 13:41:51 +0100] rev 2285
doxygen
Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Mon, 17 Dec 2007 13:27:22 +0100] rev 2284
add a few comments here and there
Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Mon, 17 Dec 2007 13:20:02 +0100] rev 2283
more doxygen
Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Mon, 17 Dec 2007 13:07:41 +0100] rev 2282
add some doxygen