Commit Graph

14958 Commits

Author SHA1 Message Date
Pasquale Imputato
ff8083ca2e fd-net-device: add support for emulation in netmap mode 2020-09-16 10:42:24 -07:00
Pasquale Imputato
3766889b74 stats: (fixes #197) Avoid writing stats-config.h 2020-09-16 08:30:49 -07:00
Tom Henderson
0a21a38041 Update coding style 2020-09-16 08:30:49 -07:00
Harsh Patel
bbc1b0c707 fd-net-device: Addressed review comments
Co-authored-by: Hrishikesh Hiraskar <hrishihiraskar@gmail.com>
Co-authored-by: Mohit P. Tahiliani <tahiliani@nitk.edu.in>
2020-09-16 08:30:49 -07:00
Hrishikesh Hiraskar
5f988be2cd fd-net-device: Make dpdk-net-device compatible with libdpdk package
Co-authored-by: Harsh Patel <thadodaharsh10@gmail.com>
Co-authored-by: Mohit P. Tahiliani <tahiliani@nitk.edu.in>
2020-09-16 08:30:49 -07:00
Harsh Patel
8682b797e0 fd-net-device: Make dpdk-net-device compatible with DPDK 19.11
Co-authored-by: Hrishikesh Hiraskar <hrishihiraskar@gmail.com>
Co-authored-by: Mohit P. Tahiliani <tahiliani@nitk.edu.in>
2020-09-16 08:30:49 -07:00
Hrishikesh Hiraskar
598dcf54a7 fd-net-device: Add dpdk-net-device documentation
Co-authored-by: Harsh Patel <thadodaharsh10@gmail.com>
Co-authored-by: Mohit P. Tahiliani <tahiliani@nitk.edu.in>
2020-09-16 08:30:49 -07:00
Hrishikesh Hiraskar
1e9f448409 fd-net-device: Add dpdk-net-device examples
Examples added:
	* fd-dpdk-emu-ping : Ping application
	* fd-dpdk-emu-onoff : OnOff application

Co-authored-by: Harsh Patel <thadodaharsh10@gmail.com>
Co-authored-by: Mohit P. Tahiliani <tahiliani@nitk.edu.in>
2020-09-16 08:30:49 -07:00
Hrishikesh Hiraskar
859eea3c22 fd-net-device: Add dpdk-net-device
Extended fd-net-device to support DPDK.
Changes done:
    * Add DpdkNetDevice
    * FdNetDevice modified to support inheritance
    * FdNetDevice modified to support TypeId
    * EmuFdNetDevice modified to initialize DpdkNetDevice

Co-authored-by: Harsh Patel <thadodaharsh10@gmail.com>
Co-authored-by: Mohit P. Tahiliani <tahiliani@nitk.edu.in>
2020-09-16 08:30:49 -07:00
Alexander Krotov
42f96eed08 Add EditorConfig
EditorConfig is an universal editor configuration file.

It is not sufficient to configure C++ code style, but enough to set indentation settings in many editors.

See https://editorconfig.org for details.
2020-09-16 13:38:01 +00:00
Natale Patriciello
47e9dee1fd spectrum: Replace std::shuffle with customized shuffle to control the channel randomness
see merge request !412
2020-09-15 23:38:08 +02:00
Anna Poon
91babc8f21 adding changes for intern apps for merge 2020-09-15 19:45:49 +00:00
Jordan Dorham
54e8615566 implementing time changes in netanim 2020-09-15 19:37:50 +00:00
Jordan Dorham
2118311d80 Time arithmetic implementation changes in propagation module 2020-09-15 19:37:31 +00:00
Anna Poon
ba8362f3d7 adding changes without whitespace for merge 2020-09-15 19:36:36 +00:00
Anna Poon
7f5d58c769 applications: Time arithmetic implementation changes 2020-09-15 19:32:07 +00:00
Anna Poon
db114ff862 adding changes for implement click to be merged for merge request 2020-09-15 19:22:18 +00:00
Stefano Avallone
7b5196e7dc traffic-control: Make use of the templated ObjectFactory::Set method 2020-09-15 09:40:30 +02:00
Stefano Avallone
787a711ca3 core: Pass an arbitrary number of arguments to ObjectFactory::Set 2020-09-15 09:40:30 +02:00
Tom Henderson
deeadcde5f wifi,wave,mesh: Rescan APIs 2020-09-12 21:35:00 -07:00
Tom Henderson
a240825877 flow-monitor: Use failsafe variants for hooking queue drop loggers 2020-09-12 15:22:04 -07:00
Tom Henderson
d3b54cdd68 traffic-control: Fix incorrect trace source path in example 2020-09-12 15:21:12 -07:00
Tom Henderson
ac2dc28ccb lte: Fix incorrect trace source path in example 2020-09-12 15:20:45 -07:00
Tom Henderson
fa9e6cc531 core: (fixes #233) Align Config::ConnectWithoutContext with Config::Connect 2020-09-12 15:20:03 -07:00
Anna Poon
621113ea68 adding olsr changes for merge 2020-09-12 01:03:39 +00:00
Sébastien Deronne
808452dc98 Fix typo in RELEASE_NOTES 2020-09-11 10:09:54 +00:00
Sébastien Deronne
5697930e61 wifi: Remove deprecated API 2020-09-11 10:09:54 +00:00
Anna Poon
1b8eb79481 Implementation of time-arithmetic changes introduced in issue !348 (merged).
Used method for printing time with a unit. Generally the changes follow this pattern:

now.GetSeconds () --> now.As (Time::S)
2020-09-10 11:51:14 -07:00
Tom Henderson
8b722fd644 tcp: Change default recovery to Proportional Rate Reduction 2020-09-08 13:49:07 -07:00
Siddharth Singh
e16ff5ee17 tcp: Fix TcpRateOps to update m_ackElapsed like Linux
Co-authored-by: Chetan Agarwal <chetanag35@gmail.com>
2020-09-08 12:39:43 -07:00
Tom Henderson
8bcf3a8537 tcp: Set default initial congestion window to 10 segments 2020-09-08 11:39:08 -07:00
SolomonAnn
f034b5b1b8 tcp: Fix typo in NscTcpSocketImpl 2020-09-08 11:25:36 -07:00
Sébastien Deronne
0cdbf8321b wifi: Fix compilation issues on some platforms 2020-09-08 08:04:59 +02:00
Sébastien Deronne
c3926eb221 Update CHANGES.html 2020-09-07 21:59:36 +02:00
Sébastien Deronne
7420aaf721 wifi: Fix radiotap header for received 802.11ax PPDUs 2020-09-07 21:09:29 +02:00
Sébastien Deronne
d3135ed514 wifi: Forward up MPDUs from an A-MPDU under reception as long as they arrive at the PHY 2020-09-07 21:09:29 +02:00
Stefano Avallone
559241241c wifi: Make WifiPhy::Get{Ht,Vht,He}Mcs () static 2020-09-07 21:01:52 +02:00
Tom Henderson
d32d864e09 network: Document sockets API Send/SendTo usage 2020-09-05 13:21:05 -07:00
Tom Henderson
eb7e50c866 update CHANGES.html 2020-09-05 13:19:03 -07:00
Tom Henderson
8c6fb7d420 bindings: Rescan all APIs 2020-09-05 13:04:28 -07:00
Sébastien Deronne
1753765862 wifi: Do not send VHT capabilities when operating in 2.4 GHz band 2020-09-04 12:53:30 +02:00
Sébastien Deronne
afed498f29 Update RELEASE_NOTES 2020-09-03 20:46:12 +02:00
Sebastien Deronne
5459ca6a6d wifi: Add 6 GHz band support for 802.11ax 2020-09-03 18:43:44 +00:00
Sebastien Deronne
0a1cee7c46 wifi: Add 6 GHz frequencies and channels 2020-09-03 18:43:44 +00:00
Sebastien Deronne
452f3bdef0 wifi: Rework ChannelToFrequencyWidthMap to add information about PHY band to allow use of the same channel number accross different bands 2020-09-03 18:43:44 +00:00
Sebastien Deronne
bd1ad3994a wifi: Decouple standard and frequency band 2020-09-03 18:43:43 +00:00
Sebastien Deronne
4e72e64f43 wifi, wave: Remove 5 MHz and 10 MHz standard and introduce 802.11p standard instead 2020-09-03 18:43:43 +00:00
Jordan Dorham
27bebf4c6d time arithmetic implement in network 2020-09-03 08:12:22 +00:00
Peter Barnes
35350ab51d core: (fixes #210): add simulation time and node printers to NS_FATAL... 2020-09-03 08:04:02 +00:00
Tom Henderson
d66b180611 applications: Handle possible partial socket send 2020-09-02 17:51:21 -07:00