inet
inet copied to clipboard
INET Framework for the OMNeT++ discrete event simulator
When the static route assignment is active in the Ipv4NetworkConfigurator module, MANUAL routes of type DIRECT might be redundant since they are already added by the interface (IFACENETMASK). As an...
In the IPv4Configurator config parameter, interfaces are referred to as eth0, eth1, but in the RIP config, interface names are referred to as eth[0] or eth[1]. IPv4 config: ``` ```...
This is a low priority feature idea - not even a request. In at least the newer (3.x) versions, when [VLC](https://www.videolan.org/vlc/index.html) streams with RTP over UDP, it seems to default...
[Feature Request] I noticed that the ARP module has a gratuitous ARP method to send out such messages, however that method is never called. When a device boots up, it...
If the first socket is bound to ANY/7777, and trying to bind to second to 192.168.1.1/7777, then the second call fails in UDP::findSocketByLocalAddress(). The socket API allows two applications to...
I'm using the UWB PHY implememantion to transmit packets. The problem is that, changing settings such as from _cfg_mandatory_16M_ to _cfg_mandatory_64M_, nothing changes in terms of transmission, e.g. same frame...
In scenarios with very large number of 802.11 wireless nodes (Accesspoints and Stations), if the beacon interval for access points is set to the default 0.1s the simulation will encounter...
Please refer to the following snippet of the code in file Ns2MotionMobility.cc. The variable > nextChange = The next simulation time when the mobility module needs to update its internal...
**Component**: "BGPRouting::updateSendProcess" method line 402 **OS**: Linux **Inet Version:** INET-3.2.1 Stable Release Available (Jan 22, 2016) **Summary**: INET BGP implementation, concerning iBGP routes advertisment, it is not compliant to the...
Hi, There is a bug in inet version 2.2.0 regarding TCPVegas algorithm. File : src/transport/tcp/flavours/TCPVegas.cc When reaching congestion avoidance and deciding on TCP cwnd incr/decr (checking if diff4) , this...