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.