Commit Graph

678 Commits

Author SHA1 Message Date
Stefano Avallone
1d0a27a285 network: The Queue class holds a list of items 2017-03-08 18:01:59 +01:00
Tommaso Pecorella
76f627c42a internet: (fixes #2665) Ipv4RawSocket can not send packets to broadcast or multicast 2017-03-06 00:50:11 +01:00
Matias Richart
074381bd2f wifi: (fixes #2654) Add support in RRAA for all wifi standards 2017-03-01 21:20:29 +01:00
Tom Henderson
d79d1d9681 traffic-control: (fixes #2660) TrafficControlHelper::Default should not configure internal queue sizes 2017-02-24 14:40:03 +01:00
Sébastien Deronne
673a53e28b wifi: (fixes #2367) Fix potential valgrind issues in BlockAckManager (patch from Alexander Krotov) 2016-04-07 18:16:47 +03:00
Matias Richart
c94750ebb6 wifi: (fixes #2647) Fix issue in ideal wifi manager when NSS > 1 2017-02-14 08:17:01 +01:00
Sébastien Deronne
e4e06c264a wifi: (fixes #2655) Forbid to send ACK using A-MPDU 2017-02-11 21:13:40 +01:00
Sébastien Deronne
b0a7c88220 wifi: (fixes #2615) Handle TXOP fragmentation 2017-02-06 20:32:49 +01:00
Christoph Döpmann
fbd0cfb1fb tcp: Advertised Window was still incorrect 2017-02-06 13:56:19 +01:00
Christoph Döpmann
6d930cd65c tcp: MaxRxSequence is sometimes too large 2017-02-06 13:28:12 +01:00
Mingyu Park
ead564e9dd tcp: Avoid overflow in htcp.cc 2017-02-06 13:24:24 +01:00
Ankit Deepak
7aa7e4dc35 tcp: Added TCP Ledbat 2017-02-06 13:17:50 +01:00
Biljana Bojovic
f833fe7567 lte: update release notes, changes, and lte 3GPP release version. 2017-02-03 19:02:13 +01:00
Natale Patriciello
d8a36755c0 tcp: Updated RELEASE_NOTES 2017-02-03 14:09:39 +01:00
Natale Patriciello
3de441b1a2 tcp: updated CHANGES.html and RELEASE_NOTES 2017-02-03 14:03:04 +01:00
Matias Richart
cdd7bb9e99 wifi: (fixes #2606) Ideal manager checks the remote station is HT/VHT compatible when searching for modes 2017-02-02 20:51:32 +01:00
Sébastien Deronne
908d87fba6 wifi: (fixes #2528) Improve 802.11n RIFS support 2017-02-02 19:02:01 +01:00
Sébastien Deronne
8f6ea2883d wifi: (fixes #2629) Fill in supported supported rates and MCS values from beacons 2017-01-30 21:12:31 +01:00
Sébastien Deronne
7d9079623f wifi: (fixes #2604) Use SIFS between QoS frames with Block Ack policy that belong to the same TXOP 2017-01-29 23:06:36 +01:00
Sébastien Deronne
fc7641add7 wifi: Add initial support for 802.11ax 2017-01-28 20:27:26 +01:00
Stefano Avallone
9f60774b59 traffic-control: (fixes #2537) Fix dead assignment on CoDel::DoDequeue 2017-01-27 18:02:38 +01:00
Natale Patriciello
6d0f79f378 tcp: (fixes #2263) Added IsTcpOptionEnabled method 2017-01-25 18:17:46 +01:00
Ankit Deepak
eb6cd95fdc build: (fixes #2518) Suppress module list for Python programs 2017-01-24 17:44:10 -08:00
Sébastien Deronne
d73d9dfab0 wifi: (fixes #2628) m_currentPacket should not hold received packets 2017-01-24 18:54:52 +01:00
Sébastien Deronne
859859a8e1 wifi: (fixes #2491) Replace DcfManager::MY_DEBUG 2017-01-23 21:12:37 +01:00
Tommaso Pecorella
824ce1e528 Internet: (fixes #2627) - Ipv6RawSocket must check bound interface 2017-01-21 00:42:09 +01:00
Sébastien Deronne
4dd21b151c wifi: (fixes #2601) HT stations use 40 MHz channel width if the configured channel width is set to 80 or 160 MHz 2017-01-13 20:10:40 +01:00
Sébastien Deronne
e905d6a2a7 wifi: (fixes #2578) Fix unexpected assert 'Internal collision but no packet in queue' 2017-01-13 20:08:04 +01:00
Matias Richart
3fb64fda99 wifi: (fixes #2607) Correct overflow in channel width loop in Minstrel HT 2017-01-11 20:28:21 +01:00
Sébastien Deronne
eab7f7015e wifi: (fixes #2605) Add HT/VHT capabilities only if the peer station supports HT/VHT 2017-01-11 20:26:01 +01:00
Mohit P. Tahiliani
3b85d0da5b traffic-control: (fixes #2512, #2590) Various small fixes regarding the RED queue disc 2017-01-09 20:01:36 +01:00
Tommaso Pecorella
9c09190deb internet: (fixes #2614) RIP header version mismatch 2017-01-06 14:30:46 +01:00
Sébastien Deronne
3b284f0d5b wifi: (fixes #2577) Handle A-MPDU with RTS enabled when multiple TOS are used 2017-01-02 08:45:10 +01:00
Sébastien Deronne
148235f3a1 wifi: (fixes #2584) MacLow to call StartNext only if there is a TXOP 2017-01-01 17:49:15 +01:00
Sébastien Deronne
d34b946a0b wifi: (fixes #2471) Fix issue when trying to disable Block Ack for HT/VHT stations 2016-12-28 19:25:36 +01:00
Sébastien Deronne
a47cda1c1a wifi: (fixes #2591) Allow 802.11e Block Ack mechanism on HT/VHT stations 2016-12-28 13:49:41 +01:00
Sébastien Deronne
ed66ffad0d examples: (fixes #2594) Fix throughput calculation in vht-wifi-network 2016-12-27 09:29:00 +01:00
Matias Richart
e875720cc0 wifi: (fixes #2566): Fix BlockAckManager::GetNRetryNeededPackets 2016-12-21 21:37:36 +01:00
Stefano Avallone
3ae9d85c2f traffic-control: (fixes #2485) Add ECN support to RED 2016-12-13 19:56:41 +01:00
Sébastien Deronne
35c12eb14a wifi: (fixes #2463) Add TxopTrace trace source to EdcaTxopN 2016-12-11 16:23:26 +01:00
Miralem Mehic
fa9197ebb6 tcp: (fixes #2561) TCP can not use Connect after a BindToNetDevice 2016-12-02 19:49:20 +01:00
Sébastien Deronne
ce86adde61 wifi: (fixes #2564) Keep m_currentPacket as the current A-MPDU packet when CTS timeout is triggered 2016-12-02 00:12:31 +01:00
Robert Ammon
e3f5259c9c bindings: (fixes #2563) Pybindgen version can be >= required vers. 2016-11-30 20:13:49 -08:00
Sébastien Deronne
c7a5c8ac6f wifi: (fixes #2552) Remove remaining code duplication between Yans and Spectrum 2016-11-27 19:27:15 +01:00
Sébastien Deronne
e71851491d wifi: (fixes #2551) Move preamble to TXVECTOR 2016-11-27 19:26:13 +01:00
Peter D. Barnes, Jr.
88b9ea15bb network: (fixes #2221) Remove size constraint of Tag objects 2016-11-27 07:49:26 -08:00
Sébastien Deronne
122c0fab14 wifi: (fixes #2533) Improve 802.11n MIMO PHY abstraction 2016-11-16 21:35:19 +01:00
Natale Patriciello
8199054dae tcp: (fixes #2540) removed dead assignment on ie-dot11s-perr.cc 2016-11-16 14:46:40 +01:00
Natale Patriciello
fb2b0a6f85 tcp: (fixes #2547) removed various dead assignments 2016-11-16 14:43:25 +01:00
Tommaso Pecorella
f44b620610 flow-monitor: (fixes #2545) Optimized build fails for flow-monitor 2016-11-12 01:03:56 +01:00