diff --git a/CHANGES.html b/CHANGES.html index b2bb8efe5..df16fc75e 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -55,34 +55,48 @@ us a note on ns-developers mailing list.

New API:

Changes to existing API:

Changes to build system:

@@ -133,43 +148,19 @@ or
   cmd.PrintHelp (std::cerr);
 
+ +
  • Command line boolean arguments specified with no integer value (e.g. "--boolArg") will toggle the value from the default, instead of always setting the value to true.
  • IPv4's ARP Request and IPv6's NS/RS are now transmitted with a random delay. The delay is, by default, a uniform random variable in time between 0 and 10ms. - This is aimed at preventing reception errors due to collisions during wifi broadcasts. + This is aimed at preventing reception errors due to collisions during wifi broadcasts when the sending behavior is synchronized (e.g. due to applications starting at the same time on several different nodes). This behaviour can be modified by using ArpL3Protocol's RequestJitter and Icmpv6L4Protocol's SolicitationJitter attributes or by using the new InternetStackHelper functions.
  • -
  • Command line boolean arguments specified with no integer value (e.g. - "--boolArg") will toggle the value from the default, instead of - always setting the value to true. -
  • +
  • AODV Hellos are disabled by default. The performance with Hellos enabled and disabled are almost identical. With Hellos enabled, AODV will suppress hellos from transmission, if any recent broadcast such as RREQ was transmitted. The attribute ns3::aodv::RoutingProtocol::EnableHello can be used to enable/disable Hellos. -
    -

    Changes from ns-3.17 to ns-3.18

    -

    New API:

    -