Skip to content

INET 4.3.9

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

Compatibility fixes for OMNeT++ 6.0.
(Preview and RC versions are NOT supported.)

  • voipstream: use libswresample instead of libavresample (backported from master)
  • fixed #745: AckingMac segfaults on printing packet in handleUpperPacket()
  • RoutingTableRecorder: bugfix: routingLogFile was closed and destroyed during cleanup, however it must be destroyed only in the destructor.