This website requires JavaScript.
b84b30547d
tcp: moved RTT and BytesInFlight in TcpSocketState
Vivek Jain
2018-05-11 19:23:31 +02:00
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.
Stefano Avallone
2018-05-11 19:19:18 +02:00
d71a519976
wifi: Fix some types in MacLow
Sébastien Deronne
2018-05-11 16:58:49 +02:00
ac43c999a2
wifi: Fix m_nSupported to uint8_t in AparfWifiManager
Sébastien Deronne
2018-05-11 16:45:38 +02:00
81a72f138d
wifi: Change numberOfBitsPerSubcarrier to uint16_t
Sébastien Deronne
2018-05-11 16:45:36 +02:00
39c8a2d3f7
wifi: Eliminate some more Visual Studio compiler warnings
Robert Ammon
2018-05-11 16:45:31 +02:00
1a7625a7e1
Fix AccessModifierOffset in .clang-format
Alexander Krotov
2018-05-11 13:08:34 +03:00
b2d4677275
wifi: Add missing include
Tom Henderson
2018-05-10 16:12:14 -07:00
7e06cec827
mesh: Cleanup wifi header inclusions
Sébastien Deronne
2018-05-10 23:16:08 +02:00
a4701f4df8
netanim: Cleanup wifi header inclusions
Sébastien Deronne
2018-05-10 22:55:26 +02:00
27f9259e34
mpi: Cleanup wifi header inclusions
Sébastien Deronne
2018-05-10 22:55:24 +02:00
c49a43a44a
olsr: Cleanup wifi header inclusions
Sébastien Deronne
2018-05-10 22:35:34 +02:00
57e01febc2
test: Cleanup wifi header inclusions
Sébastien Deronne
2018-05-10 22:35:20 +02:00
305c120ea1
wave: Cleanup wifi header inclusions
Sébastien Deronne
2018-05-10 22:34:47 +02:00
e62a040dec
dsr: Cleanup wifi header inclusions
Sébastien Deronne
2018-05-10 22:20:53 +02:00
1cf317a8c5
dsdv: Cleanup wifi header inclusions
Sébastien Deronne
2018-05-10 22:19:02 +02:00
6a27bdfaf5
aodv: Cleanup wifi header inclusions
Sébastien Deronne
2018-05-10 22:17:51 +02:00
57b77fe55b
examples: Cleanup wifi-module includes
Sébastien Deronne
2018-05-10 22:13:49 +02:00
013e23a851
wifi: Fix style in wifi-phy-configuration example
Sébastien Deronne
2018-05-10 15:55:43 +02:00
95b8a20c1a
wifi: Cleanup header inclusions in wifi tests
Sébastien Deronne
2018-05-10 15:49:58 +02:00
c977c4ad29
examples: Remove useless dependencies
Sébastien Deronne
2018-05-09 18:37:34 +02:00
b88cf084f0
wifi: Cleanup header inclusions in wifi examples
Sébastien Deronne
2018-05-08 21:32:30 +02:00
aa7ecb65f3
wifi: Rework uint types in MinstrelWifiManager and MinstrelHtWifiManager
Sébastien Deronne
2018-05-08 18:12:00 +02:00
a3f648d607
wifi: Remove DcfState logs from WifiHelper::EnableLogComponents
Sébastien Deronne
2018-05-08 18:09:45 +02:00
41eacbe02e
Add .clang-format
Alexander Krotov
2018-05-08 15:17:45 +03:00
942454f100
wifi: Add wifi-phy-configuration to wscript
Sébastien Deronne
2018-05-08 12:08:14 +02:00
b41929a6d8
wifi: Fix frequency width to uint16_t
Robert Ammon
2018-05-08 08:33:12 +02:00
bf4f425ba9
wifi: Change returned type for GetCenterFrequencyForChannelWidth
Sébastien Deronne
2018-05-08 08:32:27 +02:00
c20bded751
wifi: Change returned type for CtrlBAckResponseHeader::IndexInBitmap
Robert Ammon
2018-05-08 08:29:20 +02:00
003d51e411
wifi: Remove redundant parameter in PeekNextPacketByTidAndAddress
Sébastien Deronne
2018-05-08 08:20:56 +02:00
04406a3c8e
wifi: Replace linear search with map lookup in MinstrelHtWifiManager
Alexander Krotov
2018-05-04 13:08:29 +03:00
a5ffde77d9
wifi: Replace linear search with map lookup in MinstrelWifiManager
Alexander Krotov
2018-05-03 15:12:31 +03:00
c91797f23e
build: fix contrib library paths broken due to r13485 (c174ebd0)
Tom Henderson
2018-05-03 13:39:50 -07:00
8da38f9a00
fd-net-device: (fixes #2801 ) MTU is not set correctly
Manuel Requena
2018-05-03 06:52:20 -07:00
96a9ab8b95
wifi: Avoid redirecting access to pointer through setter
Tom Henderson
2018-05-03 06:47:31 -07:00
e0da658b7a
s/accross/across/
Alexander Krotov
2018-05-03 12:07:54 +03:00
e180eaed93
wifi: add comparison operator for WifiMode
Alexander Krotov
2018-05-03 12:02:34 +03:00
462cea693f
wifi: rescan bindings
Sébastien Deronne
2018-04-29 18:40:25 +02:00
1717d81a64
wifi: Use uint16_t for channel widths to prepare 802.11ad support and silent some Visual Studio compiler warnings
Sébastien Deronne
2018-04-29 17:37:53 +02:00
c213eb5669
wifi: Update Doxygen for DcaTxop and EdcaTxopN classes
Sébastien Deronne
2018-04-29 17:32:46 +02:00
cbf467e9b5
Remove unused variables to fix build with clang 6 on Linux
Pasquale Imputato
2018-04-27 19:04:55 +02:00
9624c80c37
buildings: Add OutdoorPositionAllocator to buildings module
Michele Polese
2018-04-19 08:50:24 -07:00
53d4b13067
core: threaded-test-suite.cc: use thread and chrono, instead of nanosleep
Peter D. Barnes, Jr.
2018-04-16 18:05:10 -07:00
57b7a245d4
core: example main-test-sync: use thread and chrono, instead of sleep and usleep
Peter D. Barnes, Jr.
2018-04-16 12:51:49 -07:00
99a6dd59a4
wifi: Merge DcfState into DcaTxop (patch from Stefano Avallone)
Sébastien Deronne
2018-04-15 09:12:54 +02:00
8e2b2d99a7
core: refactor SystemPath::MakeDirectories
Peter D. Barnes, Jr.
2018-04-13 17:02:12 -07:00
f4d579b911
build: fix library paths broken by r13485 (c174ebd0)
Peter D. Barnes, Jr.
2018-04-13 16:40:53 -07:00
117d5d8c46
examples: Cleanup header inclusion in wireless examples
Sébastien Deronne
2018-04-13 23:08:35 +02:00
53eb13fdd4
wifi: Use forward declaration as often as possible (part 10)
Sébastien Deronne
2018-04-13 20:47:22 +02:00
1bc9d0740a
build: put build libraries in subdirectory lib/
Peter D. Barnes, Jr.
2018-04-12 15:05:03 -07:00
ff8b44d9ff
core: (re)fix log-macros-disabled.h compilation broken by r13461 (eb9262b0)
Peter D. Barnes, Jr.
2018-04-12 14:51:29 -07:00
e1c73ce575
traffic-control: Eliminate Visual Studio compiler warnings in the examples
Robert Ammon
2018-04-12 23:06:30 +02:00
b64dcb4234
lte: Fix compilation error
Tom Henderson
2018-04-11 21:01:04 -07:00
b54256d51d
lte: Fix compilation error
Tom Henderson
2018-04-11 17:45:48 -07:00
ac3e174111
Python Bindings: regenerate wave and mesh
Tommaso Pecorella
2018-04-11 16:11:08 -05:00
c681150e81
build: (fixes #2908 ) Check if pybindgen version exists before use
Tom Henderson
2018-04-11 13:46:07 -07:00
5c09ddf105
wifi: Use forward declaration as often as possible (part 9)
Sébastien Deronne
2018-04-11 20:22:36 +02:00
eb2fd20e8c
wifi: Use forward declaration as often as possible (part 8)
Sébastien Deronne
2018-04-11 20:22:31 +02:00
7b670e4c7b
wifi: Use forward declaration as often as possible (part 7)
Sébastien Deronne
2018-04-11 08:19:40 +02:00
00161ead2a
wifi: Use forward declaration as often as possible (part 6)
Sébastien Deronne
2018-04-11 08:14:13 +02:00
7ccef2f46b
core: fix log-macros-disabled.h compilation broken by r13461 (eb9262b0)
Peter D. Barnes, Jr.
2018-04-10 22:43:00 -07:00
390cf24639
wifi: Use forward declaration as often as possible (part 5)
Sébastien Deronne
2018-04-10 20:59:50 +02:00
78bf05b15f
wifi: Use forward declaration as often as possible (part 4)
Sébastien Deronne
2018-04-09 22:46:40 +02:00
d1e029e07e
examples: Remove useless network-module inclusion in some wireless examples
Sébastien Deronne
2018-04-09 18:44:59 +02:00
3bbb45d79f
wifi: Use forward declaration as often as possible (part 3)
Sébastien Deronne
2018-04-08 22:37:51 +02:00
7a33944f40
wifi: Use forward declaration as often as possible (part 2)
Sébastien Deronne
2018-04-08 21:32:03 +02:00
65efb1fd66
wifi: Use forward declaration as often as possible (part 1)
Sébastien Deronne
2018-04-08 19:57:26 +02:00
b9064f504e
wifi: GetEdThreshold should return a dBm value
Sébastien Deronne
2018-04-06 23:32:13 +02:00
8c84b8be73
core: bug 2461: CommandLine should handle non-option arguments
Peter D. Barnes, Jr.
2018-04-05 17:32:03 -07:00
5b57d9286e
core: refactor DesMetrics to accept new argument vector from CommandLine
Peter D. Barnes, Jr.
2018-04-05 17:26:49 -07:00
e8f3f26eb0
core: command-line: minor docs and white space
Peter D. Barnes, Jr.
2018-04-05 17:25:58 -07:00
18506bf1b7
wifi: Fix valgrind errors
Sébastien Deronne
2018-04-05 22:50:07 +02:00
042d2e38e5
core: bug 2901: Add CommandLine::Parse (const std::vector<std::string>> args);
Peter D. Barnes, Jr.
2018-04-03 14:49:27 -07:00
975a287288
core: Enable NS_LOG_FUNCTION to log the contents of vectors.
Peter D. Barnes, Jr.
2018-04-03 14:45:16 -07:00
428199ed95
uan: Fix uninitialized value warning
Tom Henderson
2018-04-02 08:12:41 -07:00
01d2f04c03
wifi: rescan bindings
Sébastien Deronne
2018-04-01 20:44:20 +02:00
8290a681c5
wifi: Rename some functions based on Tom's suggestions
Sébastien Deronne
2018-04-01 19:20:30 +02:00
421ace0151
wifi: rescan bindings
Sébastien Deronne
2018-04-01 13:14:54 +02:00
fe1a487cf6
examples: Add dsss-validation example to regression
Sébastien Deronne
2018-04-01 12:14:02 +02:00
06776fbf18
examples: Add wifi DSSS validation example
Sébastien Deronne
2018-04-01 11:35:30 +02:00
98ec98b72a
wifi: Fix double precision issues in DsssErrorRateModel
Sébastien Deronne
2018-04-01 11:35:28 +02:00
e57bee6789
examples: Improve wifi ofdm validation examples
Sébastien Deronne
2018-04-01 11:19:53 +02:00
ace234df06
wifi: Improve tables printing in minstrel wifi managers
Sébastien Deronne
2018-04-01 11:12:20 +02:00
48119eba2a
wifi: Cleanup WifiMacQueue
Sébastien Deronne
2018-04-01 11:10:39 +02:00
94cad3c54a
wifi: Cleanup WifiRemoteStationManager
Sébastien Deronne
2018-04-01 11:07:57 +02:00
ebbddb2bea
wifi: Cleanup ApWifiMac
Sébastien Deronne
2018-04-01 11:02:21 +02:00
eaf5bc80e9
wifi: Cleanup WifiPhy
Sébastien Deronne
2018-04-01 11:01:15 +02:00
de42170ff2
wifi: Cleanup SupportedRates
Sébastien Deronne
2018-04-01 10:53:05 +02:00
bcfc809ba3
wifi: Cleanup EdcaParameterSet
Sébastien Deronne
2018-04-01 10:52:14 +02:00
dd4dbb48db
wifi: Cleanup WifiMac
Sébastien Deronne
2018-04-01 10:52:01 +02:00
517ddcdb6d
wifi: Remove unused function RegularWifiMac::GetCtsToSelfSupported
Sébastien Deronne
2018-04-01 10:51:49 +02:00
df1aa12ab9
wifi: m_phyListener should be null before calling DcfManager::SetupPhyListener
Sébastien Deronne
2018-04-01 10:51:32 +02:00
8bc0849a9b
wifi: Add 802.11ax supported MCS indexes provided by HeCapabilities IE
Sébastien Deronne
2018-04-01 10:51:19 +02:00
4f05f5f8df
wifi: Print supported MCS in HtOperation IE
Sébastien Deronne
2018-04-01 10:51:02 +02:00
6d142d9cd2
wifi: Print ExtendedCapabilities IE and fix issues when used with non-VHT STA
Sébastien Deronne
2018-04-01 10:51:01 +02:00
1ef9c0dd26
build: (fixes #2902 ) missing modules cause Waf to run indefinitely
Jörg Christian Kirchhof
2018-03-30 09:24:09 -07:00
edf0c9395f
wifi: Fix small typo in documentation
Sébastien Deronne
2018-03-30 10:31:52 +02:00
38ccd3f45e
wifi: Use uint8_t for channel width in Ideal wifi manager
Sébastien Deronne
2018-03-30 10:22:38 +02:00
7660d90b21
wifi: use uint8_t for mcsIndex in MinstrelHt wifi manager to silent compilation warnings
Sébastien Deronne
2018-03-30 10:18:08 +02:00
2da548660d
wifi: Eliminate some more Visual Studio compiler warnings
Robert Ammon
2018-03-29 21:26:57 +02:00