Commit Graph

156 Commits

Author SHA1 Message Date
Mohit P. Tahiliani
8d6a5b15ed traffic-control: Fix the adaptive red queue disc test 2016-05-19 00:14:23 +02:00
Sébastien Deronne
364ff63d7e wifi: (fixes #2307) Get rid of m_receivedAtLeastOneMpdu flag 2016-05-13 09:36:53 +02:00
Tom Henderson
dcbec12bd7 tcp: initialize m_writeResults member variable 2016-05-08 13:38:44 -07:00
Tom Henderson
1361d42755 tcp: Control pcap generation with boolean constant 2016-05-07 06:14:13 -07:00
Tom Henderson
02bfe8f9b2 tcp: (updates #2392) update test response vectors 2016-05-07 06:12:27 -07:00
Natale Patriciello
b6c47e6cea tcp: (fixes #2392) SYN advwin should not be scaled 2016-04-27 15:31:39 +02:00
Tom Henderson
cb4a27dc11 internet: Update ns3-tcp-interoperability test response vector
Update for new TCP implementation (timestamps are different).
2016-03-11 21:06:15 -08:00
Tom Henderson
c86c0fee13 internet: Update ns3-tcp-cwnd test response vectors
Update for traffic-control changes, and new TCP implementation.
2016-03-11 19:17:53 -08:00
Tommaso Pecorella
144d8622f4 test: Add missing module dependency 2016-03-09 09:23:56 -08:00
Tom Henderson
5d99283c98 traffic-control: Relocate ARED test suite due to module dependencies 2016-03-08 22:30:33 -08:00
Stefano Avallone
1f3c090e56 test: Regenerate reference data files for the ns3-tcp-state test 2016-03-08 10:48:31 -08:00
Pasquale Imputato
c6e5ecc191 network: The Queue base class holds mode, maxPackets and maxBytes
...so that all the subclasses have such attributes. This
allows queue discs to have attributes specifying the mode and
size of their queue(s) and to create queues using their
own attributes.

This commit is heavily inspired by Natale's queue rework patch:
https://codereview.appspot.com/270540044/
2016-03-08 10:45:36 -08:00
Natale Patriciello
de92108217 internet: (fixes #1783) BytesInFlight conforms to RFC 4898
Thanks to Alexander Krotov for a first version of this patch
Thanks to Lynne Salameh for testing
2016-02-23 09:47:50 +01:00
Natale Patriciello
782d9a0f41 internet: partially reverting 11850 for trace writing 2016-02-19 16:09:25 +01:00
Sébastien Deronne
1e53b67549 wifi: fixes previous commit 2016-02-05 22:56:18 +01:00
Sébastien Deronne
4f54ca4f1e wifi: (fixes #2116 and #2213) Refactor helpers and APIs 2016-02-05 21:48:25 +01:00
Natale Patriciello
e4e6dad2d0 internet: (fixes #2247) limited transmit after first dupack 2016-02-04 10:16:24 +01:00
Tom Henderson
a361bbe345 update some stale log components 2015-12-23 09:37:56 -08:00
Tommaso Pecorella
6bd2b6f256 Moved internet-specific apps to the new internet-apps module 2015-11-09 22:32:26 +01:00
Tom Henderson
d0c55f9292 update NSC TCP tests to new TCP implementation 2015-11-08 09:37:52 -08:00
Sébastien Deronne
3b17193ef8 Bug 2185 [wifi] - WiFi MacLow may respond to errored frames that it should ignore 2015-10-27 21:17:29 +01:00
Tom Henderson
ae820a84e8 update TCP test vectors for new implementation and tests 2015-10-20 12:09:16 -07:00
Natale Patriciello
2c0cfe1201 Removed Tahoe. 2015-10-16 10:38:57 -07:00
Natale Patriciello
51e94e52f0 Removed TcpReno from ns-3 mainline
TcpNewReno is introduced in RFC 2582. The most recent RFC on this is
the RFC 6582. Since its introduction, Tcp NewReno is the RECOMMENDED
algorithm by the Internet Engineering Task Force. The main difference
between Reno and New Reno is in the Fast retransmit algorithm, in order
to recover more quickly when multiple packet losses occur in a single
window. NewReno introduces the concept of Partial acknowledgments. Since
the intention is to merge fast retransmit and fast recovery into
TcpSocketBase, there isn't the possibility to maintain TcpReno as
separate class. However, its behavior could be introduced again with one
conditional attribute in TcpSocketBase itself.
2015-10-16 10:38:39 -07:00
Tom Henderson
bcacc03cca avoid test suite name collision 2015-08-23 16:06:17 -07:00
Tommaso Pecorella
ad42c61e54 Fix clang "error: unused function" error. 2015-08-22 16:27:17 +02:00
Peter D. Barnes, Jr.
dea2f0b8c7 Change TestSuite class name to avoid duplication in static builds. 2015-08-21 13:46:14 -07:00
Peter D. Barnes, Jr.
b1976b6366 Merge 2015-08-18 16:59:27 -07:00
Peter D. Barnes, Jr.
61f2fbd415 [doxygen] Revise TracedCallback function signatures for const. 2015-08-18 16:46:10 -07:00
Peter D. Barnes, Jr.
574a6cd6b1 Log attempted file path on failure to open pcap file. 2015-08-18 16:34:50 -07:00
Peter D. Barnes, Jr.
111035d3fa Fix response vector file path construction. 2015-08-18 15:15:04 -07:00
Matthieu Coudron
368aa197c4 Simplify ns3tcp test code used for pcap writing 2015-07-22 01:13:59 +02:00
Peter D. Barnes, Jr.
d67ced0392 Fix parents, group names, and missing constructors in GetTypeId definitions. 2015-06-09 12:59:59 -07:00
Peter D. Barnes, Jr.
a2e0ed145a Missing mode lines. 2015-06-08 16:37:40 -07:00
Tom Henderson
2aa44ad287 enable logging in a TCP test suite 2015-02-24 14:04:15 -08:00
Tom Henderson
73f5b282c8 fix memcmp return type; print offending test case upon failure 2015-01-29 17:18:51 -08: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
Tom Henderson
884ad61823 adjust ns3tcp-cwnd-test-suite response vector 2014-09-11 20:08:17 -07:00
Tom Henderson
3a872a1d8c update test vector for test ns3-tcp-interoperability 2014-09-11 17:43:37 -07:00
Tom Henderson
80c9d1e629 update test vectors for test ns3-tcp-loss 2014-09-11 17:22:58 -07:00
Tom Henderson
fb59f7982a update test vectors for test ns3-tcp-state 2014-09-11 15:29:42 -07:00
Tommaso Pecorella
287bda5b7e Move some tests from src/test to appropriate places 2014-09-06 07:09:08 +02:00
Natale Patriciello
07364f0e31 Support for basic TCP options, window scale, and timestamps, based on original code proposal by Adrian S.-W. Tam 2014-09-05 16:57:11 -07:00
Brian Swenson
2f07ece0bb Bug 1850 update tests 2014-04-22 14:16:48 -04:00
Unknown
9d815d019d Bug 1850 2014-04-22 13:58:22 -04:00
Peter D. Barnes, Jr.
4a5acb6109 One waf to rule them all. 2014-02-07 17:00:28 -08:00
Peter D. Barnes, Jr.
578f3a1f04 Fix doxygen module references 2013-11-14 16:52:11 -08:00
Ghada Badawy
085a0eea39 partial 802.11n support 2013-08-13 22:05:25 -07:00
Tom Henderson
2180f8ad5d move average.h from tools to stats module 2013-06-18 13:42:57 -07:00
Anh Nguyen
0ea5de1d3d Westwood and Westwood+ test response vectors 2013-04-19 11:50:31 -04:00