CHANGES.html
changeset 10163 0595ff454efe
parent 10160 5bf2fe645784
child 10165 9d3dc60bada4
--- a/CHANGES.html	Thu Aug 15 22:48:16 2013 -0700
+++ b/CHANGES.html	Fri Aug 16 08:28:39 2013 -0700
@@ -133,15 +133,18 @@
 <pre>
   cmd.PrintHelp (std::cerr);
 </pre>
-   </li>
-   <li>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 behaviour can be modified by using ArpL3Protocol's 
-       <tt>RequestJitter</tt> and Icmpv6L4Protocol's <tt>SolicitationJitter</tt>
-       attributes or by using the new InternetStackHelper functions.
-       </li>
-   
+  </li>
+  <li>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 behaviour can be modified by using ArpL3Protocol's 
+      <tt>RequestJitter</tt> and Icmpv6L4Protocol's <tt>SolicitationJitter</tt>
+      attributes or by using the new InternetStackHelper functions.
+  </li>
+  <li>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.
+  </li>
 </ul>
 
 <hr>