Tom Henderson
76d3ab7de6
Update tutorial for ns-3.27
2017-10-03 16:35:09 -07:00
Tom Henderson
6249f05131
update AUTHORS list for ns-3.27
2017-10-02 11:54:39 -07:00
Tom Henderson
511e64a8c1
lte: ( fixes #2786 ) Remove unimplemented declaration
2017-09-29 14:07:44 -07:00
Pasquale Imputato
b1643b2804
traffic-control: Set sane defaults for codel vs pfifo basic test
2017-09-27 21:49:58 -07:00
Tom Henderson
ab8735f403
bindings: Update all 32-bit bindings
2017-09-27 21:42:46 -07:00
Tom Henderson
7f00a95f65
bindings: Rescan all 64-bit bindings
2017-09-27 18:51:23 -07:00
Tom Henderson
45a9fc6363
wifi, mesh: (partial fix #2451 ) Avoid anonymous typedefs (for bindings)
2017-09-27 18:50:30 -07:00
Tom Henderson
922b3a9bb7
tcp: Update response vectors for ns3-tcp-loss for changeset 13099
...
This actually reverts the change made in changeset 12645 and restores the
response vectors used in ns-3.26 release.
2017-09-26 18:35:09 -07:00
Tom Henderson
1597d6c304
tcp: ( fixes #2649 ) Disabling TCP SACK doesn't fall back to NewReno
2017-09-26 18:32:56 -07:00
Tom Henderson
3b7f84008c
tcp: Perform copy-on-write packet copy into Tx buffer item
2017-09-26 15:27:01 -07:00
Tom Henderson
f1870d4071
tcp: Fix object corruption in logging statement
2017-09-26 15:25:39 -07:00
Peter D. Barnes, Jr.
9dfc0d62a6
[doxy] core/test
2017-09-18 00:52:23 -07:00
Peter D. Barnes, Jr.
bc2ab59d4c
[doxy] core/model
2017-09-18 00:51:28 -07:00
Peter D. Barnes, Jr.
29b3cd66f7
[doxy] core/helper
2017-09-17 21:33:19 -07:00
Peter D. Barnes, Jr.
19d1ef51d2
[core] Refactor EventGarbageCollector
2017-09-17 21:32:48 -07:00
Peter D. Barnes, Jr.
acba76fba1
[core] Implement operator< (EventId,EventId)
2017-09-17 21:31:33 -07:00
Peter D. Barnes, Jr.
6149707c0c
[doxy] core/examples
2017-09-17 21:18:44 -07:00
Peter D. Barnes, Jr.
0bd2e15546
[doxy] Add blacklist of errors to ignore
2017-09-17 21:04:56 -07:00
Peter D. Barnes, Jr.
05f374b08e
[doxy] Add html-warn directory to waf clean
2017-09-17 19:53:45 -07:00
Peter D. Barnes, Jr.
c923be0a32
Minor fixups
2017-09-17 19:47:23 -07:00
Peter D. Barnes, Jr.
e0e5c52e51
Change namespace closing comments to “unnamed”, not anonymous
2017-09-17 19:45:56 -07:00
Peter D. Barnes, Jr.
c5eafff797
[doxy] Refactor top level groups core, examples, tests, util
2017-09-17 19:43:27 -07:00
Peter D. Barnes, Jr.
7b8bcd8572
[doxy] config tweaks
2017-09-17 19:41:21 -07:00
Peter D. Barnes, Jr.
0a7b303251
[sphinx] correct indentation
2017-09-17 19:39:15 -07:00
Peter D. Barnes, Jr.
729e31bc8d
Improve attribute help message.
2017-08-29 08:03:06 -07:00
Peter D. Barnes, Jr.
e48a2b7a17
Missing semicolons at end of statement
2017-08-29 08:01:56 -07:00
Peter D. Barnes, Jr.
485c2673b8
[doxy] Add doxygen file header to introspected-doxygen.h
2017-08-29 07:56:38 -07:00
Sébastien Deronne
a7f92e2d46
wifi: ( fixes #2771 ) Ideal wifi manager does not check the maximum number of TX streams
2017-09-25 20:25:58 +02:00
Sébastien Deronne
46a13fd0e1
wifi: ( fixes #2770 ) Drop frame if PHY cannot decode MIMO streams
2017-09-25 20:17:19 +02:00
Tom Henderson
65c8627d1d
wifi: Update documentation for previous two changesets
2017-09-22 09:43:30 -07:00
Tom Henderson
a3d3e55116
wifi: Update SpectrumWifiPhy example programs
2017-09-22 09:43:10 -07:00
Izydor Sokoler
7664251588
wifi: ( fixes #2783 ) MonitorSnifferRx SNR is invariant to RxNoiseFigure
...
The WifiPhy::MonitorSnifferRx reports signalNoiseDbm after subtracting the
RxNoiseFigure, and as a result, the SNR reported is invariant to changes
to the RxNoiseFigure parameter. The noise figure is already present
in the reported snrPer from the InterferenceHelper.
2017-09-22 09:42:08 -07:00
Tom Henderson
5afe8e179c
traffic-control: Clear a valgrind warning
...
Recent changes to QueueDisc::Enqueue() force instantiation of a simulator
instance to support timestamping (Simulator::Now()). The pfifo-fast unit
test did not previously instantiate a simulator, but does now, so the
instance needs to be deleted to produce a clean valgrind output.
2017-09-19 18:52:42 -07:00
Tom Henderson
e0f6baf998
bindings: Updates corresponding to project use of CastXML
2017-09-18 13:46:16 -07:00
Lynne Salameh
b14635b699
tcp: ( fixes #2285 ) Loss of ack of SYN can cause improper setup
2017-09-17 16:58:41 -07:00
Tom Henderson
f137dbb268
Update RELEASE_NOTES
2017-09-17 15:24:23 -07:00
Natale Patriciello
b90ef6ac5b
tcp: ( fixes #2133 ) Don't assert upon data receipt in FIN_WAIT_1/2
2017-09-17 15:18:37 -07:00
Michele Polese
fba9b08f18
tcp: ( fixes #2769 ) Set ssthresh correctly upon RTO
2017-09-17 14:59:26 -07:00
Tom Henderson
fc951f6669
tcp: Bug 2769 test case (based on Michele Polese's original)
2017-09-17 14:57:00 -07:00
Tom Henderson
a6482b5437
traffic-control: Rescan bindings (32-bit only)
2017-09-17 09:48:11 -07:00
Tom Henderson
05d5336bc1
tcp: ( fixes #2565 ) Documentation on NotifyNormalClose behavior
...
The code was fixed in 12915:fe4f8815dcad; this commit aligns documentation.
2017-09-17 08:17:08 -07:00
Stefano Avallone
9723ac5edb
traffic-control: Use lambdas to make MacOS linker happy
2017-09-16 18:28:14 -07:00
Stefano Avallone
b4dd9bd4db
traffic-control: Rescan bindings (64-bit only)
2017-09-14 18:12:36 +02:00
Stefano Avallone
eb0351dccb
traffic-control: Record reasons for dropping and marking packets
2017-09-14 18:12:34 +02:00
Stefano Avallone
4d6efe731b
traffic-control: Be more restrictive on internal queue size
2017-09-14 18:12:31 +02:00
Stefano Avallone
b38a97c11d
traffic-control: CoDel uses the QueueDiscItem timestamp
2017-09-14 18:12:28 +02:00
Stefano Avallone
090d37b19e
traffic-control: Trace sojourn times within queue discs
2017-09-14 18:12:23 +02:00
Stefano Avallone
59cd4d5f55
traffic-control: ( fixes #2751 ) Ensure queue discs keep correct statistics
2017-09-14 18:12:19 +02:00
Sébastien Deronne
923ef42e42
wifi: Enable beacon jitter by default
2017-09-13 23:11:38 +02:00
Tom Henderson
3e550b5150
lte: Fix a maybe-uninitialized compiler warning
2017-09-13 09:02:46 -07:00