Commit Graph

15174 Commits

Author SHA1 Message Date
Tom Henderson
bdd9bebdf4 tcp: Update tcp-validation.cc to include CUBIC 2020-12-23 18:13:23 -08:00
Tom Henderson
8ee3d4fec0 tcp: Enable byte counting window growth for CUBIC slow start 2020-12-22 17:24:09 -08:00
Tom Henderson
25da12ca64 tcp: Add TcpCubic to tcp-variants-comparison example 2020-12-22 17:23:29 -08:00
Parikshit Gune
8783e5992b tcp: Fix an issue with fast convergence in Cubic 2020-12-22 17:23:04 -08:00
Aditya Chaudhary
810f92dfd1 tcp: Change defaults in Cubic 2020-12-22 17:22:51 -08:00
Natale Patriciello
223c5f941d tcp: Cubic fixes, from Lynne Salameh 2020-12-22 17:21:51 -08:00
Natale Patriciello
f173323072 tcp: Added Cubic 2020-12-22 17:19:40 -08:00
Tom Henderson
b2c3f5151c Update CHANGES.html 2020-12-22 16:40:11 -08:00
Tom Henderson
880cd7e0fe tcp: Update DCTCP documentation 2020-12-22 16:40:11 -08:00
Tom Henderson
af06552ee2 tcp: Update tcp-dctcp-test 2020-12-22 16:35:48 -08:00
Tom Henderson
d25b586cbb tcp: Add tcp-validation.cc example with DCTCP validation 2020-12-22 16:35:44 -08:00
Tom Henderson
ee712cfb02 tcp: Remove TcpCongestionOps::ReduceCwnd method 2020-12-22 08:23:30 -08:00
Tom Henderson
4ccaaeef95 tcp: Add DCTCP trace source for congestion estimate update
Also ensure that DCTCP alpha cannot be externally set, once initialized
2020-12-22 08:23:30 -08:00
Tom Henderson
63e39227a3 tcp: Provide attribute to access TcpCongestionOps object 2020-12-22 08:23:30 -08:00
Tom Henderson
031ef17c6d tcp: Update DCTCP to inherit from LinuxReno 2020-12-22 08:23:30 -08:00
Tom Henderson
a37e7fb06e tcp: Update DCTCP to avoid use of ReduceCwnd 2020-12-22 08:23:30 -08:00
Tom Henderson
12b82f2c5d tcp: Update handling of CWR state
* CWR state should be left when a RTT is observed, not by noticing
  the lack of ECE ACKs
* Ensure that PktsAcked() is called during CWR
2020-12-22 08:23:30 -08:00
Tom Henderson
8e5d2165c1 tcp: Move cWnd assignment outside of ExitRecovery() 2020-12-22 08:23:30 -08:00
Tom Henderson
993226f55b tcp: Add CWR state for the recovery phase after ECN-Echo (ECE) 2020-12-22 08:23:30 -08:00
Tom Henderson
f059e8040f bindings: (fixes #318) Conditionally disable deprecated functions 2020-12-22 07:32:24 -08:00
Peter D. Barnes, Jr
11231ff23c Complete the doxy, show parallelism of GetDefault specializations. 2020-12-22 07:08:14 -08:00
Peter D. Barnes, Jr
c631ccbac5 core: (fixes #277) make Time::As() print with autoscaled unit 2020-12-22 07:08:14 -08:00
Tom Henderson
6002d927bc bindings: Rescan all APIs 2020-12-21 21:18:58 -08:00
Tom Henderson
0c94d9dc92 Fix a -Wnon-c-typedef-for-linkage warning 2020-12-21 19:24:43 -08:00
Tom Henderson
433fb603eb bindings: Update pybindgen version 2020-12-21 12:47:15 -08:00
Mathew Bielejeski
d72ef6ed2f core: (fixes #310) Change Length::Unit from enum class to plain enum
The script to generate python bindings does not currently support
c++11 strongly typed enums (enum class).
2020-12-19 13:23:49 -08:00
Mathew Bielejeski
60f11eedb9 core: (fixes #313) Manually parse input string when using libc++
There appears to be a bug in the libc++ implementation of istream
where it fails to extract values from strings that do not have a space
between the value and the unit symbol.  This patch provides a string
parsing method that does not rely on istream.
2020-12-19 11:54:49 -08:00
Sébastien Deronne
97b119ba69 wifi: Invalid band is allowed for non-wifi signals 2020-12-19 13:49:22 +01:00
Peter D. Barnes, Jr
52d0368ad9 internet: time arithmetic 2020-12-14 03:42:14 +01:00
Steven Smith
6461d9c13e internet:Invoke RouteOutput on packet copy that is used in send 2020-12-13 21:27:43 +00:00
Tommaso Pecorella
c9a1574d5f sixlopwpan: disallow mixed IPHC/HC1 use 2020-12-13 21:24:58 +00:00
Tommaso Pecorella
4e0550110e lr-wpan: add RFC4944 / RFC6282 pseudo-MAC switch 2020-12-13 21:00:44 +00:00
Peter D. Barnes, Jr
aeba34fa0a stats: Time logging changes 2020-12-13 10:51:11 -08:00
Christophe Delahaye
f1fe3d0faf internet: Loopback IPv4 address should have HOST scope 2020-12-13 10:38:57 -08:00
Peter D. Barnes, Jr
ffd792bb7d visualizer: Remove uses of GetSeconds 2020-12-09 20:47:40 -08:00
Tom Henderson
503718ffd6 wifi: (works around #308) Temporarily disable unused methods 2020-12-09 18:40:28 -08:00
Tom Henderson
15c15a47bd Update CHANGES.html and RELEASE_NOTES 2020-12-02 20:53:26 -08:00
Steven Smith
5b2f902d04 mpi: (merges !389) Enable user to provide an MPI communication context 2020-12-02 20:35:14 -08:00
Mathew Bielejeski
2cea1e4ccd core: (merges !434) Length class to support length values with units 2020-12-02 20:05:29 -08:00
Peter D. Barnes, Jr
34b23fac26 mobility: Enable ListPositionAllocator to read positions from a csv file
Merges !443
2020-12-02 18:07:21 -08:00
Peter D. Barnes, Jr
ed5a19f227 core: (merges !442) Add CsvReader for parsing of csv- or tab-delimited data 2020-12-02 18:06:23 -08:00
Sebastien Deronne
a43d6daf87 wifi: Fix maximum channel number that can be selected for the PHY 2020-11-29 20:18:58 +01:00
Jordan Dorham
f7bfcd3d94 uan: Time arithmetic and printing changes 2020-11-29 10:40:24 -08:00
Jordan Dorham
6bd775f86c point-to-point: Time logging changes
With contributions from Kim Ferrari and Anna Poon.
2020-11-29 08:55:13 -08:00
Anna Poon
3d1a2f36ac traffic-control: Time logging changes 2020-11-29 08:49:46 -08:00
Anna Poon
9a7cc2445f energy: Time arithmetic and logging changes 2020-11-29 08:47:04 -08:00
Jordan Dorham
b3bdd14ad5 wave: Time arithmetic and logging changes
With contributions from Kim Ferrari and Anna Poon.
2020-11-29 08:11:05 -08:00
Tommaso Zugno
0891fa9118 propagation: (merges !435) Channel condition model for vehicular scenarios
This work was done in collaboration with Zoraze Ali and Sandra Lagen.
2020-11-28 20:17:05 -08:00
Peter D. Barnes, Jr
29e691d342 applications: (merges !444) Report Tx bytes from UdpClient.
This is the send side counterpart to PacketSink::GetTotalRx
2020-11-28 12:08:31 -08:00
Tom Henderson
53fd77b0e8 Update CHANGES.html and RELEASE_NOTES 2020-11-27 21:22:20 -08:00