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