- 06 Oct, 2020 2 commits
-
-
Tom Henderson authored
-
Tom Henderson authored
-
- 04 Oct, 2020 3 commits
-
-
Tom Henderson authored
-
Tom Henderson authored
-
Tom Henderson authored
-
- 03 Oct, 2020 2 commits
-
-
Tom Henderson authored
-
Tom Henderson authored
-
- 02 Oct, 2020 3 commits
-
-
Tommaso Pecorella authored
-
Greg Steinbrecher authored
-
Greg Steinbrecher authored
Improve rounding behavior of CalculateBytesTxTime and CalculateBitsTxTime
-
- 01 Oct, 2020 1 commit
-
-
Tom Henderson authored
-
- 30 Sep, 2020 3 commits
-
-
Mohit P. Tahiliani authored
-
Steven Smith authored
-
Tommaso Pecorella authored
The new time printing format uses "automatic" promotion to scientific notation - just like for normal doubles.
-
- 29 Sep, 2020 3 commits
-
-
Jared Dulmage authored
* make some internal APIs public to facilitate cross-layer solutions * set IP TTL to 1 for the OLSR socket
-
Tom Henderson authored
-
Tom Henderson authored
-
- 28 Sep, 2020 14 commits
-
-
Tom Henderson authored
-
Hrishikesh Hiraskar authored
This commit: - Add DpdkNetDeviceHelper - Encapsulate EAL arguments setup in DpdkNetDeviceHelper - Update Documentation Co-authored-by:
Harsh Patel <thadodaharsh10@gmail.com> Co-authored-by:
Mohit P. Tahiliani <tahiliani@nitk.edu.in>
-
Hrishikesh Hiraskar authored
m_nodeId was set in FdNetDevice::StartDevice. This commit moves it to FdNetDevice::SetNode so that is it set whenever node is set.
-
Anna Poon authored
Also fixed issue in which RoutingProtocol::PrintRoutingTable () was not using the provided Time::Unit to format the routing table entry lifetimes or settling times.
-
Kim Ferrari authored
-
Jordan Dorham authored
-
Anna Poon authored
Also fixed issue in which AodvRoutingProtocol::PrintRoutingTable () was not using the provided Time::Unit to format the routing table entry lifetimes.
-
Kim Ferrari authored
-
Xiuchao Wu authored
-
Xiuchao Wu authored
-
Ryan Mast authored
-
Jared Dulmage authored
* add Verbose attribute to TapBridge to call tap creator with the -v option * adds "this" to NS_FUNCTION_LOG calls in TapBridge * add branch on tap creator call to check if call exited with a signal
-
Tom Henderson authored
-
Tom Henderson authored
-
- 27 Sep, 2020 5 commits
-
-
Mathew Bielejeski authored
* Add --enable-build-version option to control build version feature * Disable build version when --enable-build-version is not specified * Update getting started tutorial to reflect the new build option
-
Steven Smith authored
Use hash table to lookup nodes by IP addresses rather than linear search
-
Tom Henderson authored
-
Greg Steinbrecher authored
Default size of a DropTailQueue is "100p" and error-model-test-suite calls Send directly (rather than relying on flow control). Previously, the rest of the packets would be sent instantly, but previous commit fixes that bug, so this commit makes the buffer large enough to hold all packets
-
Greg Steinbrecher authored
Also consolidate scheduling logic into ScheduleTransmit() rather than repeating in both SendFrom() and TransmitComplete()
-
- 26 Sep, 2020 1 commit
-
-
Peter D. Barnes, Jr authored
-
- 24 Sep, 2020 1 commit
-
-
Harsh Patel authored
-
- 23 Sep, 2020 2 commits
-
-
Greg Steinbrecher authored
Preserve original test case as one of the options, but add coverage for the single-packet queue case, which led to !409, as well as some other potential edge cases.
-
Greg Steinbrecher authored
Remove a spurious check for queue occupancy in SimpleDevice::TransmitComplete that could lead to double sends. See MR !409 for details.
-