Updates CHANGES.html and RELEASE_NOTES
authorDaniel Lertpratchya <nikkipui@gmail.com>
Thu, 18 Oct 2012 13:58:31 -0400
changeset 9111 e153cd03f531
parent 9110 9ae62bcda73e
child 9112 ede7a74e7411
Updates CHANGES.html and RELEASE_NOTES
CHANGES.html
RELEASE_NOTES
--- a/CHANGES.html	Mon Oct 15 17:35:09 2012 -0400
+++ b/CHANGES.html	Thu Oct 18 13:58:31 2012 -0400
@@ -63,7 +63,7 @@
 
 <h2>Changed behavior:</h2>
 <ul>
-<li></li>
+<li>Sending a packet through Ipv4RawSocket now supports checksum in the Ipv4Header. It is still not possible to manually put in arbitrary checksum as the checksum is automatically calculated at Ipv4L3Protocol. The user has to enable checksum globally for this to work. Simply calling Ipv4Header::EnableChecksum() for a single Ipv4Header will not work.</li>
 </ul>
 
 <hr>
--- a/RELEASE_NOTES	Mon Oct 15 17:35:09 2012 -0400
+++ b/RELEASE_NOTES	Thu Oct 18 13:58:31 2012 -0400
@@ -24,6 +24,8 @@
 
 Bugs fixed
 ----------
+ - bug 1479 - When the Ipv4RawSocket "IpHeaderInclude" Attribute set true,
+              Ip Checksum error
  - bug  976 - wifi-wired-bridging regression test fails because of 
               rounding errors in mobility model
  - bug 1284 - ./test.py performance tests do not exist