INET 4.3.8
Several minor bugfix plus some compatibility fixes for OMNeT++ 6.0. Preview and RC versions are NOT supported.
- simplified
findInterfaceByAddress()
andfindHostWithAddress()
, usesNetworkInterface::hasNetworkAddress()
- Replaced duplicate implementations of
findInterfaceByAddress
andisLocalAddress
in RoutingTables - Changed initial values of
simtime_t
fields to-1
instead ofNaN
, because doubleNaN
cannot be converted tosimtime_t
. - Replaced deprecated
init()
to newinit(Context* ctx)
in ResultFilters. - Fixed #747: Avoid division by zero causing scheduling a message to infinite simulation time.
- Fixed SendOptions duration/remainingDuration for the animation of synchronous packet pushes/pulls in queueing/protocolelement
- Fixes for change in OMNeT++ 6 where
uniform(a,b)
now expectinga<=b
- Various smaller bugfixes and optimizations