Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Tue, 11 Sep 2007 11:04:06 +0100] rev 1324
Update and fix (entries are searched regexps, not globs) the hg ignored files list.
Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Tue, 11 Sep 2007 10:35:56 +0200] rev 1323
avoid allocating strings all the time.
Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Tue, 11 Sep 2007 08:27:27 +0200] rev 1322
re-enable packet benchmarking
Mathieu Lacage <mathieu.lacage@sophia.inria.fr> [Tue, 11 Sep 2007 08:27:15 +0200] rev 1321
ignore waf crap
Tom Henderson <tomh@tomh.org> [Sun, 09 Sep 2007 23:24:31 -0700] rev 1320
adapt some example scripts to use the new PacketSink
Tom Henderson <tomh@tomh.org> [Sun, 09 Sep 2007 23:21:47 -0700] rev 1319
Add PacketSink application
Tom Henderson <tomh@tomh.org> [Tue, 04 Sep 2007 21:26:54 -0700] rev 1318
Fix for bug69: set local address correctly upon UDP connect; apply correct UDP connect() semantics (that sendto cannot override addresses on a connected socket); if destination is IPv4 limited broadcast address, convert to subnet-directed broadcast and send out on each interface; provide example csma-broadcast.cc script
Tom Henderson <tomh@tomh.org> [Mon, 03 Sep 2007 23:32:23 -0700] rev 1317
Fold the two patches for bu6 69 together, building on the bug 65 patch
Tom Henderson <tomh@tomh.org> [Mon, 03 Sep 2007 14:55:51 -0700] rev 1316
Provide two new Ipv4 convenience functions: GetIfIndexByIpv4Address() and GetIpv4RouteToDestination (), and align global routing code to use the first function
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Sat, 08 Sep 2007 19:24:39 +0100] rev 1315
WAF: as suggested by George, add a bunch of helper waf scripts that call the toplevel waf script, so that it is possible to compile with ./waf from emacs regardless of which buffer you are visiting (the other alternative is to install waf system wide and run 'waf'.