Skip to content

INET 4.3.8

Compare
Choose a tag to compare
@rhornig rhornig released this 26 Apr 09:07
· 3537 commits to master since this release

Several minor bugfix plus some compatibility fixes for OMNeT++ 6.0. Preview and RC versions are NOT supported.

  • simplified findInterfaceByAddress() and findHostWithAddress(), uses NetworkInterface::hasNetworkAddress()
  • Replaced duplicate implementations of findInterfaceByAddress and isLocalAddress in RoutingTables
  • Changed initial values of simtime_t fields to -1 instead of NaN, because double NaN cannot be converted to simtime_t.
  • Replaced deprecated init() to new init(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 expecting a<=b
  • Various smaller bugfixes and optimizations