Commit Graph

387 Commits

Author SHA1 Message Date
Tom Henderson
d99dc82675 defer random variable usage until test run time 2015-03-19 20:13:06 -07:00
Tom Henderson
47fe0d4747 bug 1982: AODV uses random variables before seeds can be set 2015-03-19 20:03:57 -07:00
Tommaso Pecorella
d2b290924d Bug 2076 - TCP MinRTO Attribute is not actually used 2015-03-15 08:41:59 +01:00
Tommaso Pecorella
b04062ce08 Bug 2077 - Icmpv6L4Protocol::HandleDestinationUnreachable must check the packet size, not its serialized size 2015-03-14 18:45:02 +01:00
Vedran Miletić
7967235960 Fix building with clang 3.5 (abs->std::abs, unused vars) 2015-03-11 16:50:35 +01:00
Natale Patriciello
b27422fb2f Bug 2070 - Wrong report of Packets and Bytes stored in CoDeL 2015-03-01 12:08:36 +01:00
Tommaso Pecorella
17e5e203b3 Bug 2073 - NDisc cache entries update timer might be stuck in a loop 2015-02-28 15:16:47 +01:00
Tom Henderson
9bddf4b972 rescan bindings 2015-02-01 22:21:11 -08:00
Tommaso Pecorella
bce2be09a8 bug 1734: TcpSocketBase produces spurious delayed ACKs (fix due to Lawrence Stewart) 2015-02-01 07:13:56 -08:00
Tommaso Pecorella
68c826b445 Bug 2055 - TxBuffer and RxBuffer traces don't work 2015-01-31 15:45:36 -08:00
Steve Zabele
4ea974bb7f Bug 2053 - In tcp-socket-base.cc, NotifyDataSent incorrectly called with retransmits 2015-01-31 13:20:37 +01:00
Tommaso Pecorella
2ab35569ae Bug 1405 - RttEstimator improvements 2015-01-30 22:29:30 +01:00
Peter D. Barnes, Jr.
60e7012077 bug 2002: Hardcoded include paths cause breakage 2015-01-29 19:00:01 -08:00
Tommaso Pecorella
7a1e463097 Bug 2047 - Ipv6EndPointDemux::Lookup may crash 2015-01-27 21:53:05 +01:00
Tommaso Pecorella
2099979b4e Bug 2045 - Missing NS_OBJECT_ENSURE_REGISTERED in TcpTxBuffer and TcpRxBuffer 2015-01-24 11:55:59 +01:00
Tom Henderson
f1a32c6a7c remove integer to double conversion leading to scheduling differences in optimized builds; remove dead code 2015-01-08 18:13:27 -08:00
Tom Henderson
e1108928f1 rescan bindings 2014-12-19 16:22:49 -08:00
Peter D. Barnes, Jr.
8de030d7fb New TracedCallback function signatures. 2014-12-04 22:33:11 -08:00
Peter D. Barnes, Jr.
692bf472e6 TracedCallback function signatures, the rest. 2014-12-04 10:02:01 -08:00
Peter D. Barnes, Jr.
4cb9c7b916 TracedCallback function signatures, the simple ones.
These are TracedCallback function signatures for traces sources
using a single argument.
2014-10-03 02:24:42 -07:00
Ben Newton
3f609f8e31 correct a Doxygen returns comment 2014-11-26 15:15:34 -08:00
Tommaso Pecorella
891e8de991 Remove spurious cout logs from Icmpv6L4Protocol 2014-11-13 23:34:10 +01:00
Tom Henderson
48b150cbf3 some additional TcpNewReno logging details 2014-11-04 16:29:22 -08:00
Peter D. Barnes, Jr.
1e1a1edbdc [Doxygen] various in src/core 2014-11-03 12:40:24 -08:00
Peter D. Barnes, Jr.
ee641c723b [Doxygen] Remove inappropriate uses of @internal 2014-11-03 12:33:13 -08:00
Pedro Silva
c9cdd11ceb bug 1791: improve TCP endpoint deallocation code 2014-10-31 13:36:46 -07:00
Pedro Silva
8fa5f0e741 bug 1791: TCP Endpoint never deallocates when closing 2014-10-29 10:12:53 -07:00
Tom Henderson
0674674ad0 remove execute permissions on source files 2014-10-14 12:56:57 -07:00
Tom Henderson
31d2a3aad7 rescan bindings 2014-10-14 11:36:00 -07:00
Tom Henderson
cd7311b76c remove deprecated code in internet module 2014-10-14 08:15:46 -07:00
Tom Henderson
c41ba4e79a rescan bindings 2014-10-13 21:25:21 -07:00
Tommaso Pecorella
cee4e4ac5e Print RT/NC should be static functions 2014-10-12 16:03:16 +02:00
Tommaso Pecorella
da653eed57 Bug 1957 - UdpSocketImpl is stuck after a Close() 2014-10-12 15:51:05 +02:00
Peter D. Barnes, Jr.
6254c4b242 [Doxygen] Remove trivial and/or misused groupings 2014-10-08 20:58:33 -07:00
Peter D. Barnes, Jr.
c10b5622a0 [Doxygen] Minor fix-ups 2014-10-08 11:59:31 -07:00
Tom Henderson
d471d382ac rescan bindings 2014-10-07 12:19:52 -07:00
Tommaso Pecorella
4943ed3c70 [Doxygen] internet module fixes 2014-10-03 17:10:26 +02:00
Peter D. Barnes, Jr.
cc56e83767 TracedValue callback function signatures. 2014-10-02 21:17:48 -07:00
Peter D. Barnes, Jr.
bfdb6ef10a [Bug 1551] Redux: NS_LOG_COMPONENT_DEFINE inside or outside of ns3 namespace? 2014-09-26 15:51:00 -07:00
Peter D. Barnes, Jr.
3611bd11a5 [Bug 1551] NS_LOG_COMPONENT_DEFINE inside or outside of ns3 namespace? 2014-09-26 12:44:13 -07:00
Tommaso Pecorella
5d52c03318 Bug 652 - no public API for IPv4 neighbor table - Print functions 2014-09-20 23:53:22 +02:00
Tom Henderson
52567ff22b fix formatting for CoDel chapter 2014-09-15 13:00:23 -07:00
Tom Henderson
9cfe687e4a prevent TcpHeader::Deserialize() from asserting; fix a few small bugs in option code 2014-09-12 18:29:47 -07:00
Tommaso Pecorella
077579b060 Bug 1824 - L4 protocol sockets should support BindToNetDevice over IPv6 2014-09-12 20:47:17 +02:00
Tom Henderson
cc9e4d787b improve printing of window scale option 2014-09-11 17:29:21 -07:00
Tom Henderson
bb457316d4 rescan internet bindings 2014-09-10 21:07:04 -07:00
Tom Henderson
d4901ad3b0 move unknown TCP option handling with the base class 2014-09-10 17:31:46 -07:00
Tom Henderson
bf9893dbf3 add processing for unknown TCP options 2014-09-10 16:58:31 -07:00
Tom Henderson
15333eaf9a calculate send scale factor when sending the SYN-ACK instead of when reading the SYN options 2014-09-10 15:08:30 -07:00
Tom Henderson
a80337baab add some logging 2014-09-10 15:06:10 -07:00