IPv6SuiteWithINET

This page discusses installation issues, usage, bugs and other topics related to IPv6SuiteWithINET. If you are new to this package, see the IPv6SuiteWithINET home page

Installation

IPv6SuiteWithINET is not used any more and I would not suggest anybody to start doing serious work with it. It is better to add the required functionality to INETFramework.

Please refer to this Web page. IPv6SuiteWithINET-20060119 version compiles with OMNeT++ 3.2. The more recent IPv6SuiteWithINET-20060809 appears to have problems (see this post).

Issues

Lots of undisposed object... messages on exit.. They are the result of end-simulation garbage collection being turned off by default in OMNeT++ 3.2. Otherwise, the warnings are completely harmless, the only side effect being that some memory doesn't get released when you choose Rebuild network from the menu.

If you don't like them, there are several workarounds/solutions:

  • turning GC back on by setting perform-gc=true in the [General] section of omnetpp.ini. Even better, set it in Etc/defaults.ini which gets included into all models.
  • alternatively, set print-undisposed=false to sweep them under the carpet;
  • of course, you may also add proper destructors to the affected simple modules (then please post the patch ;)

--Andras


Edit - History - Print - Recent Changes - Search
Page last modified on December 11, 2007, at 02:28 PM