pkgsrc/net/ns/distinfo
markd 0c0063092c Update to version 2.35
ns-2.35 Released on Nov 4, 2011

* Provide fixes to the Tmix traffic generator, mainly to the one-way
  TCP implementation, but some changes to the Full-TCP version as well.
  Tmix with one-way TCP now performs comparably to Tmix with Full-TCP (albeit
  with longer running times and higher memory consumption). Includes
  contributions from David Hayes and DongXia Xu at Swinburne and relevant
  updates to the documentation and tests.
* Add Marcello Caleffi's Multi-path Dynamic Address RouTing (M-DART)
  protocol.
* Add Sidney Doria's Datagram Congestion Control Protocol (DCCP)
  implementation.
* Added the SYN_immediate_ack flag so that a DelAckSink agent will
  immediately ACK the first (SYN) packet sent by a TcpAgent. The patch contains
  changes to tcp-sink.{cc,h}, ns-default.tcl, and affected validation tests.
  All validation tests that use the syn_ in TcpAgent were set to
  SYN_immediate_ack=false except for the delayed test in test-suite-simple.tcl.
* During long simulations (30-60 minutes), ns would sometimes abort with the
  message "TcpAgent: negative RTO!". The problem was that TcpAgent::t_backoff_
  was overflowing and becoming negative, since it was doubled each time a
  backoff was triggered but maxrto_ prevented the time between doublings from
  growing beyond 60 seconds.
* This patch adds support for using one-way TcpAgents with the Tmix traffic
  generator, which previously only worked with FullTcp agents.
* Protocol for Unified Multicasting Through Announcements (PUMA)
  has been added.  PUMA is a distributed, receiver initiated, mesh based
  multicast routing protocol.
* A new SCTP patch from Nasif Ekiz and the University of Delaware team.
* added support for Non-Renegable Selective Acknowledgements (NR-SACK).
  To enable NR-SACKs, set useNonRenegSacks_ tcl bindable variable to 1 at
  both the data sender and the data receiver.
* Concurrent Multipath Transfer with Potentially Failed(CMT-PF) extension
  is default now. To use CMT, set useCmtPF tcl bindable variable to 0
  at the data sender.
* added new feature to support a limited size send buffer at the data
  receiver. Send buffer size can be specified by setting initialSwnd_ tcl
  bindable variable to desired value. By default, the variable is set to
  0 which means there is no constraint on the send buffer.
* congestion window (cwnd) updates are now done as specified at Section 7.2.1,
  7.2.2 and 7.2.3 of RFC4960. Also the number of missing reports to trigger
  fast retransmits is reduced to three as specified in RFC4960.
* bug fix. A bug discovered by Eduardo Ribeiro and Igor Gavriloff regarding
  to memory deallocation is fixed.
* new validation tests for NR-SACKs and limited send buffer size are added to
  the test suite.

ns-2.34 Released on June 17, 2009

* bugfix for 802.11Ext model (from Felix-Schmidt-Eisenlohr and team)
* mac/wirelessPhyExt:
* the power monitor class is responsible to continously track the sum of all
  reception power values of all frames arriving in parallel and of the noise
  floor. In the earlier implementation this cumulated power was only decreased
  in situations where no packet arrived. Otherwise, powers were always further
  summed up, leading to a wrong setting of this variable, and in consequence,
  a wrong behavior of physical packet reception calculations. Furthermore, the
  busy/idle signalling was not correct.
* Add AOMDV (On-demand Multipath Distance Vector Routing in Ad Hoc Networks)
  implementation from Marcello Caleffi
* Collection of bug fixes for 802.11Ext model (from Felix-Schmidt-Eisenlohr
  and team)
* mac/mac-802.11Ext:
* feedback to higher layers on transmission failure: xmit_failure_data_ is
  delivered when a unicast packet was finally not sent successfully- corrected
  NAV update: in case a NAV is active and a new NAV is advertised an updated
  only occurs in case the new NAV takes longer than the one already running
  - bugfix: corrected backoff handling when 0 backoff slots are selected:-
  bugfix: resolved memory leak on broadcast packet transmission- duplicate
  suppression support: reactivate the feature of duplicate detection on MAC
  layer as it was done in earlier versions
* code cleanup: removed TxTimer_t class
* bugfix: ACK frames: explicitly set basic modulation scheme
* mac/wirelessPhyExt:
* update of modulation table: new threshold values are taken for the different
  modulation schemes due to newer measurements
* bugfix: resched() instead of sched() in PowerMonitor::expire()
* code cleanup: removed friend class PowerTimer
* code cleanup: updated comment in recordPowerLevel()
* new implementation of PowerMonitor (PowerTimer class now obsolete)
* clarification of CSThresh variable (see below)
* mac/channel.cc: for wirelessPhyExt only: correct calculation of distCST,
  using PowerMonitorThresh_ as the critical borderline power and including
  antenna gains.
* tools/ranvar.cc: - bugfix: resolved memory leak in Erlang distribution
* Bug fixes for 802.11 infrastructure code, posted by Ilango Purushothaman.
* Patches for better memory management - use standard C++ lists to maintain AP
  and client tables, memory leaks fixed in AP scheduling queue
* Triggering of handoff in Ad-hoc mode - Bug reported by Mayur - Resolved by
  adding an if condition for checking the 802.11 mode.
* Note:  The following traces changed as a result of this, but were verified
  by Ilango: ./test-all-wireless-infra ./test-all-wireless-infra-mobility
  ./test-all-wireless-shadowing ./test-all-wireless-lan-aodv
  ./test-all-wireless-gridkeeper ./test-all-wireless-lan-newnode
* Import Tmix synthetic Internet traffic generation tool
* Disable string literal warning for gcc version > 4.2
2012-12-15 22:07:32 +00:00

25 lines
1.5 KiB
Text

$NetBSD: distinfo,v 1.18 2012/12/15 22:07:32 markd Exp $
SHA1 (ns-src-2.35.tar.gz) = 785d4045711d92c0042a6f8f5620d5eb74732980
RMD160 (ns-src-2.35.tar.gz) = 197e6874b97c56819ce9a722ffab9fe80a5cfe21
Size (ns-src-2.35.tar.gz) = 43897172 bytes
SHA1 (patch-aa) = 3b25eab34d7bdad7d370cea8450eb3c09c18c640
SHA1 (patch-ab) = 7c93e4540faa1b16a9e40bd063ffce510f5bc063
SHA1 (patch-ad) = 5f35152de976c2195dcff20abbe8610321dd9969
SHA1 (patch-ae) = c971d28448ae1b495119e3ec2c8de185468b9be2
SHA1 (patch-af) = bc29b20fd017d81a5459f6603b4b4013ec5139dd
SHA1 (patch-ah) = 51c36d73309d135f89f7d2362835052b304b88bd
SHA1 (patch-ai) = b75f36f986ca7c833769de09e6e79f6b87c5564a
SHA1 (patch-aj) = 533fa4f1bd1f8bf83882ed5ed2717511283d5ddc
SHA1 (patch-ak) = ea478696cdddc44ba7a76d1f31d4a6a97a88aaef
SHA1 (patch-al) = 628733a1e9ccf34c677711666e833c1ede27b5b1
SHA1 (patch-am) = 882ea61b7f6909336f72f637b041f373830197e8
SHA1 (patch-an) = c6dd6b93332a6c6dd169975836df9ef802bfc206
SHA1 (patch-ao) = 2a1fd71686ff206fe2212605f91b8167b998d6e2
SHA1 (patch-ap) = f130c112d7dfe114e637e190750d9caad55e4703
SHA1 (patch-aq) = c46339a81f3f0dea9754f733d567c3c93f7dc19e
SHA1 (patch-common_packet.cc) = 74835d281febc195c5d1118bc5ceb40107597876
SHA1 (patch-common_packet.h) = 2b8289ee47206f7201ea225d23318202c7b370c5
SHA1 (patch-common_ptypes2tcl.cc) = 2354e030fef92d28c2c4049be30dcb365302068a
SHA1 (patch-linkstate_ls.h) = 5f0fb99db398cf39e9853e7d8e8cd6536d29e44b
SHA1 (patch-mac_mac-802_11Exr.cc) = 93e4112025b6e610e76694c6067723f77cd75b84