Peter D. Barnes, Jr.
2807d164ca
core: Correct class specification for fallback Demangle implementation.
2018-05-22 14:58:09 -07:00
Peter D. Barnes, Jr.
1f8a38d95a
core: Add CommandLine to some examples
2018-05-22 14:56:27 -07:00
Sébastien Deronne
ccd36a6aa4
wifi: Fix Visual Studio warnings in ApWifiMac
2018-05-23 22:35:22 +02:00
Sébastien Deronne
675d2f82cf
wifi: Fix Visual Studio warnings in EdcaParameterSet
2018-05-23 22:35:21 +02:00
Sébastien Deronne
5d1ec8108d
wifi: Aifsn type should be uint8_t In Txop
2018-05-23 22:35:21 +02:00
Sébastien Deronne
dec66d10e7
wifi: Fix remaining Visual Studio warnings in SupportedRates
2018-05-23 22:35:18 +02:00
Sébastien Deronne
dbb9f1c7f9
wifi: Fix some more Visual Studio warnings in MinstrelWifiManager and MinstrelHtWifiManager
2018-05-23 06:19:27 +02:00
Robert Ammon
b15b16f753
wifi: Fix some more Visual Studio warnings in SupportedRates
2018-05-23 06:18:58 +02:00
Sébastien Deronne
e4507b7633
wifi: Ness should be uint8_t in WifiRemoteStationManager
2018-05-23 06:18:28 +02:00
Alexander Krotov
db9efbc394
Add .vscode/launch.json to debug programs in scratch
2018-05-22 16:18:07 +03:00
Alexander Krotov
b4a7d5a59e
Add tasks.json for Visual Studio Code
2018-05-22 15:39:07 +03:00
Sébastien Deronne
5c379d211b
wifi: Fix Visual Studio warning in BlockAckManager
2018-05-21 22:05:36 +02:00
Robert Ammon
0a66c9fa7e
wifi: Fix Visual Studio warnings in SupportedRates
2018-05-21 22:02:39 +02:00
Sébastien Deronne
ab369ae678
wifi: Fix Visual Studio warnings in MinstrelWifiManager
2018-05-21 22:02:18 +02:00
Sébastien Deronne
c0060bb1d0
wifi: Change m_avgAmpduLen type to uint32_t in MinstrelHtWifiManager
2018-05-21 21:58:59 +02:00
Sébastien Deronne
339224709c
wifi: Fix default power level settings in AparfWifiManager and ParfWifiManager
2018-05-21 21:57:50 +02:00
Sébastien Deronne
29ea252284
wifi: Add support for 802.11 PCF
2018-05-21 15:06:50 +02:00
Tom Henderson
a9786a6feb
build: ( fixes #2915 ) Enforce gcc minimum version
2018-05-20 07:13:47 -07:00
Tom Henderson
22be8b7ae6
backout accidentally committed debugging code
2018-05-19 22:21:00 -07:00
Tom Henderson
dc51e4cc97
aodv: ( fixes #2517 , 2911) Binary exponential backoff problem
2018-05-19 19:16:31 -07:00
Sébastien Deronne
666b71a2e0
examples: Fix types in wifi-multi-tos
2018-05-18 19:58:40 +02:00
Viyom
20137b78e6
tcp: Fix a compiler warning
2018-05-18 18:22:35 +02:00
Sébastien Deronne
b0c0c88d02
internet: Rescan python bindings
2018-05-16 22:51:13 +02:00
Natale Patriciello
93b586ef09
mesh: Fix GCC 8 compiler warning
2018-05-15 22:20:41 +02:00
Viyom
0ea5aa6c8b
tcp: More test on TcpClassicRecovery
2018-05-15 22:19:39 +02:00
Natale Patriciello
be1056f204
tcp: TcpSocketState split from TcpSocketBase to help forward declaring
2018-05-15 22:19:16 +02:00
Natale Patriciello
d2298f36df
tcp: Forward declare as much as possible
2018-05-15 22:18:27 +02:00
Natale Patriciello
a84299a985
tcp: Extended the documentation on RecoveryOps
2018-05-15 22:18:05 +02:00
Natale Patriciello
b579c448a1
examples: Change Recovery algorithm in TcpVariantsComparison
2018-05-15 22:17:43 +02:00
Natale Patriciello
1095d99a5b
tcp: Don't remove API from TcpL4Protocol
2018-05-15 22:17:18 +02:00
Natale Patriciello
db7296fd6e
tcp: Add Tcp prefix to Recovery algorithms
2018-05-15 22:16:58 +02:00
Viyom
177a4fd06f
tcp: Added PRR Recovery algorithm
2018-05-15 22:16:36 +02:00
Sébastien Deronne
13dcbb6dca
examples: Fix Visual Studio compilation errors
2018-05-15 21:28:34 +02:00
Sébastien Deronne
d8a0fc97c3
wifi: Use Time type to represent slot time in DcfManager
2018-05-14 23:41:15 +02:00
Sébastien Deronne
89d9beadf4
internet: Rescan python bindings
2018-05-13 10:16:05 +02:00
Robert Ammon
b40d64f702
wifi: Use casts to eliminate Visual Studio compiler warnings
2018-05-12 22:09:39 +02:00
Tom Henderson
2bd1f1fb05
test: Convert uint8_t to uint16_t where possible
2018-05-11 23:36:10 +02:00
Viyom
5cbd43365a
tcp: Added test for Classic Recovery
2018-05-11 19:32:36 +02:00
Viyom
aeb3d27b4d
tcp: Modularization of Fast Recovery - I
2018-05-11 19:30:43 +02:00
Vivek Jain
b84b30547d
tcp: moved RTT and BytesInFlight in TcpSocketState
2018-05-11 19:23:31 +02:00
Stefano Avallone
2d9671ab5f
traffic-control: TrafficControlHelper::Install only returns root queue discs
...
Returning all the queue discs only makes it difficult to get the root queue
discs. On the other hand, given the root queue discs, it is easy to get the
child queue discs.
2018-05-11 19:19:18 +02:00
Sébastien Deronne
d71a519976
wifi: Fix some types in MacLow
2018-05-11 16:58:49 +02:00
Sébastien Deronne
ac43c999a2
wifi: Fix m_nSupported to uint8_t in AparfWifiManager
2018-05-11 16:45:38 +02:00
Sébastien Deronne
81a72f138d
wifi: Change numberOfBitsPerSubcarrier to uint16_t
2018-05-11 16:45:36 +02:00
Robert Ammon
39c8a2d3f7
wifi: Eliminate some more Visual Studio compiler warnings
2018-05-11 16:45:31 +02:00
Alexander Krotov
1a7625a7e1
Fix AccessModifierOffset in .clang-format
2018-05-11 13:08:34 +03:00
Tom Henderson
b2d4677275
wifi: Add missing include
2018-05-10 16:12:14 -07:00
Sébastien Deronne
7e06cec827
mesh: Cleanup wifi header inclusions
2018-05-10 23:16:08 +02:00
Sébastien Deronne
a4701f4df8
netanim: Cleanup wifi header inclusions
2018-05-10 22:55:26 +02:00
Sébastien Deronne
27f9259e34
mpi: Cleanup wifi header inclusions
2018-05-10 22:55:24 +02:00