src/internet/model/tcp-l4-protocol.cc
Wed, 08 Jul 2015 06:48:40 -0700 Natale Patriciello Instead of directly manage the m_socketList member from TcpSocketBase, interact with it through public methods of TcpL4Protocol.
Wed, 08 Jul 2015 06:46:54 -0700 Natale Patriciello Interface API change. This removes the (unused) Send function, and makes SendPacket (used by TcpSocketBase) a public method of the class TcpL4Protocol.
Wed, 24 Jun 2015 21:36:15 -0700 Tom Henderson bug 2125: subclasses must chain up to their base class NotifyNewAggregate() method (patch due to nlmills)
Thu, 11 Jun 2015 17:30:07 +0200 Tommaso Pecorella Bug 1929 - TcpL4Protocol::Send must indicate the source address to routing (if known)
Tue, 09 Jun 2015 23:36:57 +0200 Tommaso Pecorella Bug 1929 - TcpL4Protocol::Send must indicate the source address to routing (if known)
Tue, 09 Jun 2015 23:41:06 +0200 Tommaso Pecorella Bug 2135 - TCP doesn't honor the socket's output interface
Sun, 29 Mar 2015 11:14:34 +0200 Tommaso Pecorella SetGroupName for internet module
Fri, 26 Sep 2014 15:51:00 -0700 Peter D. Barnes, Jr. [Bug 1551] Redux: NS_LOG_COMPONENT_DEFINE inside or outside of ns3 namespace?
Fri, 05 Sep 2014 16:57:11 -0700 Natale Patriciello Support for basic TCP options, window scale, and timestamps, based on original code proposal by Adrian S.-W. Tam
Wed, 05 Mar 2014 17:06:59 -0800 Peter D. Barnes, Jr. [doxygen] Revert r10410, r10411, r10412
Sun, 15 Dec 2013 09:26:02 +0100 Tommaso Pecorella Bug 1796 - Ipv6PacketInfoTag is not filled by UdpSocketImpl::ForwardUp6.
Thu, 14 Nov 2013 16:58:28 -0800 Peter D. Barnes, Jr. doxygen] Suppress "warning: Member NS_OBJECT_ENSURE_REGISTERED is not documented"
Wed, 03 Jul 2013 14:43:10 -0700 Peter D. Barnes, Jr. Doxygenate todo's
Fri, 14 Jun 2013 08:08:29 -0700 Tom Henderson bugfix: add TcpSocket to the SocketList vector, to make each socket accessible through the Config subsystem
Tue, 20 Nov 2012 17:52:39 -0500 Daniel Lertpratchya Bug 1361 - Set TOS from Application level (sockets)
Thu, 27 Sep 2012 13:29:03 -0400 Tommaso Pecorella bug 1359 TCP cannot receive ICMP
Fri, 01 Jun 2012 17:10:36 -0700 Tom Henderson Do not overwrite transport protocol downtarget callback in NotifyNewAggregate()
Mon, 20 Feb 2012 14:05:07 +0100 Ken Renard Add support for IPv6 transport protocols
Thu, 01 Dec 2011 04:53:20 -0500 Adrian S Tam Mixed bugfixes on TCP, closes bug 1166, 1227, 1242.
Tue, 02 Aug 2011 17:43:32 -0400 Vedran Miletić standardize ns-3 namespace declaration format
Tue, 02 Aug 2011 17:42:33 -0400 Vedran Miletić standardize emacs c++ mode comments
Sun, 22 May 2011 23:18:47 -0700 Tom Henderson rerun check-style.py at default level to enforce space after function name
Fri, 13 May 2011 14:55:24 -0400 Josh Pelkey internet coding style changes
Fri, 25 Feb 2011 10:32:35 -0800 Tom Henderson Rename internet-stack to internet, and organize module
less more (0) tip