Alina Quereilhac <aquereilhac@gmail.com> [Wed, 15 Jul 2015 16:52:16 +0200] rev 11517
Bug 2119 - valgrind leaks intermittently reported for fd-net-device dummy-network - Required SimulatorImplementationType to be set to ns3::RealtimeSimulatorImpl
Tom Henderson <tomh@tomh.org> [Mon, 13 Jul 2015 20:32:31 -0700] rev 11516
update CHANGES.html and RELEASE_NOTES
Tom Henderson <tomh@tomh.org> [Mon, 13 Jul 2015 19:18:49 -0700] rev 11515
rescan internet bindings
Natale Patriciello <natale.patriciello@gmail.com> [Mon, 13 Jul 2015 17:58:06 -0700] rev 11514
Documented TCP states, moved enum inside TcpSocket
Natale Patriciello <natale.patriciello@gmail.com> [Mon, 13 Jul 2015 17:57:09 -0700] rev 11513
Window() is now managed inside TcpSocketBase
Natale Patriciello <natale.patriciello@gmail.com> [Mon, 13 Jul 2015 17:56:15 -0700] rev 11512
Initialize cWnd and ssTh in TcpSocketBase
Natale Patriciello <natale.patriciello@gmail.com> [Mon, 13 Jul 2015 10:02:55 -0700] rev 11511
Moved cWnd and ssThresh inside TcpSocketBase
These two trace sources are now managed in TcpSocketBase.
Natale Patriciello <natale.patriciello@gmail.com> [Mon, 13 Jul 2015 08:26:43 -0700] rev 11510
TCP flags are now printed using string instead of numbers
This patch improves readability when TCP flags are involved.
Natale Patriciello <natale.patriciello@gmail.com> [Mon, 13 Jul 2015 08:23:40 -0700] rev 11509
TcpHeader can be printed in NS_LOG messages
Implemented the operator << to an output stream.
Natale Patriciello <natale.patriciello@gmail.com> [Mon, 13 Jul 2015 08:06:38 -0700] rev 11508
DoForwardUp behavior unified for IPv4 and IPv6
The commit unifies the behavior of DoForwardUp for both IPv4 and IPv6
(previously tagged as duplicated code) by changing the input parameters: from an
{IPv4,IPv6}Header to a couple of address (sender and receiver). Thanks to the
Send() method of TcpL4Protocol which takes in input two Addresses, the behavior
of the method could be unified as in the commit title.