Skip to content

INET 3.1.1 (Oct 26, 2015)

Compare
Choose a tag to compare
@rhornig rhornig released this 15 Oct 13:48
· 12149 commits to master since this release

This release requires OMNeT++ 4.6 or later. Read What's New for more detail.

  1. Added a modular and extensible new 802.11 MAC model.
  2. Added packetdrill testing tool for transport layer testing.
  3. Manet protocols in inet.routing.extras package are now disabled by default.
  4. Changes and bug fixes in the (old) 802.11 MAC:
    • The default slot time was not always correctly chosen for the configured
      mode (modulation and coding scheme).
    • Changed maxQueueSize's meaning to per AC queue. Before, maxQueueSize
      referred to the total of the AC queue lengths, which could cause starvation
      of higher priority queues (see ChangeLog for more info.)
    • Removed external queue support, that is, the mgmt submodule in the Nic no longer serves
      as a passive queue for the MAC.