DOWNLOAD
INET Framework 20100323 snapshot released
Wednesday, 24 March 2010 13:41
This is just a short announcement about the availability of the INET 20100323 stable shanpshot release. The tarball contains the automatically generated documentation and can be downloaded from the github project site: http://github.com/inet-framework/inet/downloads

The enhancements and additions since the latest tagged release (20090909) are ...


INET-20100323
-------------
- added "label" annotations to gates and modules to support the adaptive palette
  filtering and gate matching in the connection chooser (OMNeT++ 4.1).

- updated SCTP implementation by Michael Tuexen, Irene Ruengeler and
  Thomas Dreibholz

- added support for Sam Jensen's Network Simulation Cradle,
  http://www.wand.net.nz/~stj2/nsc/, which makes real-world TCP stacks available.
  in simulations. Currently NSC supports the FreeBSD, OpenBSD, lwIP and Linux.
  stacks. The TCP_NSC module (transport/tcp_nsc) is a drop-in replacement for the.
  normal TCP module (transport/tcp), and can be activated with a single parameter.
  setting in StandardHost. See src/transport/tcp_nsc, 3rdparty/README, and.
  examples/inet/tcpclientserver.

- added TCP SACK and New Reno implementation by Thomas Reschka. The original TCP.
  version is still available as TCP_old. See src/transport/tcp/ChangeLog for details.