Skip to content

INET 3.6.3 (December 22, 2017)

Compare
Choose a tag to compare
@rhornig rhornig released this 22 Dec 16:06
· 11191 commits to master since this release

This release contains minor bug fixes and compatibility fixes for the final OMNeT++ 5.3 Preview 1 release. It requires OMNeT++ 5.1 or later.

TCP:

  • Fixed TCP/IP Checksum calculation with odd lengths.

SCTP:

  • Fixed a retransmission bug where the transmission counter was not
    advanced when the data was retransmitted due to timeout.
  • Fixed a bug when fast recovery was active and the cumulative TSN
    advanced, the miss indications were not increased.

Packetdrill:

  • The counting of Gap Reports was fixed.
  • Added a new test to test fast Retransmissions.

Ieee802154NarrowbandScalarRadio:

  • The bandwidth was not correctly claculated, leading to incorrect channel allocation
  • The PHY header was calculated wrong

APSKScalarReceiver:

  • Fixed sensitivity bug in APSKScalarReceiver found by Tobias Thiel