inet icon indicating copy to clipboard operation
inet copied to clipboard

INET Framework for the OMNeT++ discrete event simulator

Results 170 inet issues
Sort by recently updated
recently updated
newest added

BGP is a routing protocol in the network layer, but it hands over its messages to TCP for transport. The frame name that is used for BGP frames should be...

Feature

Consider the following network: ![2018-10-01_15-16-16](https://user-images.githubusercontent.com/5473998/46318923-fd443880-c58c-11e8-91fc-b8d42c9e1b09.png) with this configuration: ``` *.configurator.config = xml(" \ \ \ ") ``` The `toward` attribute does not have any effects. If we use `names='eth0'` then...

Feature

According to C++ conventions this is considered bad practice. The namespace will be also used in the C++ files where the header is included even if the file is not...

Feature

This is a potential problem found in `Ieee80211ScalarTransmitter::createTransmission()`, but it is likely to happen also in `Ieee80211DimensionalTransmitter::createTransmission()` and `Ieee80211IdealTransmitter::createTransmission()`. The calculation of the packet duration is done as follows: (1)...

Bug

If the macTimeout parameter is set incorrectly then the Mac may silently fail to work properly because the Ack frames don't arrive in time.

Feature

The current implementation potentially traverses the whole tree to find the node to be deleted.

Feature

We need a simple MAC module that can queue (with a packet number or sum packet length limit) the messages if the attached transmission channel is busy transmitting a packet....

Feature

In a correct 802.11 MAC implementation, the AP is supposed to send its beacon at TBTT after detecting the channel as idle for PIFS. In the current implementation (`Ieee80211Mac` module),...

Bug

Add the possibility of adding some constrains to the Stationary mobility model, e.g. establish a min and max distance between a pair of nodes. That way, one could ensure that...

Feature

Hello, I was watching the showcase _Automatic Gate Schedule Configuration_ at showcases/tsn/gatescheduling/sat/omnetpp.ini . But when I set all kinds of traffic to one single priority so that they should be...

Feature