CHANGES.html
changeset 9111 e153cd03f531
parent 9098 e507321e9a0d
child 9113 63eba52498e1
--- 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>