inet
inet copied to clipboard
INET Framework for the OMNeT++ discrete event simulator
If 2 routers try to connect to each other with TCP via IPv6 simultaneously, the communication gets stuck in a infinite loop of NS (Neighbor Solicitation) and NA (Neighbor Advertisement)...
The following produces a negative delta on my machine sometimes when running in "Express mode" and then stopping. `delta = currentAnimationPosition.getRealTime() - linkVisualization->lastUsageAnimationPosition.getRealTime()` It is present in `LinkBreakVisualizerBase.cc`, `LinkVisualizerBase.cc`, `PacketDropVisualizerBase.cc`,...
Hi to all, the last two weeks I try to make a simple scenario of two nodes client and server to communicate wirelessly. I connect the two nodes with a...
The error is the following: ` Error: Unknown sequence number: 4090 -- in module (inet::ieee80211::RecipientQosMacDataService) FragmentationShowcase.wifiHost2.wlan[0].mac.hcf.recipientMacDataService (id=168), at t=8.510641969808s, event #463185` To reproduce, run ThresholdHCFfragblockack-threshold=900 config in showcases/wireless/fragmentation, for example....
I am trying to simulate queueless IEEE 802.11 ad-hoc networks (INET v4.2.0 cb6cc37b) In my inifile, I added: `**.wlan[*].**.dcf.channelAccess.pendingQueue.packetCapacity = 1` However, in my scalar result file, I see `queueLength:max`...
Solution: https://github.com/aarizaq/inetmanet-4.x/commit/d3a93354b87a25706395a7abf91ab7c2e0879f2e
Hi! Since the last thread I downloaded to the latest version of OMNeT++ (omnnetpp-6.0pre10) with the latest version of INET (inet4.3). However, after the installation I tried to start a...
## Problem The chunkLength is the default used to set the length of the RegionTag in the region tag set, even though the length is not that meaningful. When findTag...
The `getResidualEnergyCapacity() const` implementation in `inet::power::SimpleEpEnergyStorage` incorrectly changes state (with the help of a `const_cast`). It can be called (indirectly) from `refreshDisplay()`, so it can introduce instability to the simulation...