update CHANGES.html and RELEASE_NOTES
authorTom Henderson <tomh@tomh.org>
Mon, 13 Jul 2015 20:32:31 -0700
changeset 11516 cf134cfd0c7f
parent 11515 0ed1e296e10e
child 11517 4be177372dc4
update CHANGES.html and RELEASE_NOTES
CHANGES.html
RELEASE_NOTES
--- a/CHANGES.html	Mon Jul 13 19:18:49 2015 -0700
+++ b/CHANGES.html	Mon Jul 13 20:32:31 2015 -0700
@@ -57,6 +57,9 @@
 </ul>
 <h2>Changes to existing API:</h2>
 <ul>
+<li> The signatures on several TcpHeader methods were changed to take const arguments.</li>
+<li> class TcpL4Protocol replaces Send() methods with SendPacket(), and adds new methods to AddSocket() and RemoveSocket() from a node.  Also, a new PacketReceived() method was introduced to get the TCP header of an incoming packet and check its checksum.</li>
+<li> The CongestionWindow and SlowStartThreshold trace sources have been moved from the TCP subclasses such as NewReno, Reno, Tahoe, and Westwood to the TcpSocketBase class.</li>
 </ul>
 <h2>Changes to build system:</h2>
 <ul>
--- a/RELEASE_NOTES	Mon Jul 13 19:18:49 2015 -0700
+++ b/RELEASE_NOTES	Mon Jul 13 20:32:31 2015 -0700
@@ -35,6 +35,7 @@
 - Bug 2130 - Allow SimpleChannel to simulate hidden terminals.
 - Bug 2135 - TCP doesn't honor the socket's output interface
 - Bug 2136 - The usage of tid in wifi and wave module shall be "if (tid > 7)" rather than "if (tid >= 7)"
+- Bug 2132 - TCP RST packets were incorrectly formatted if no endpoints matched
 - Bug 2138 - SimpleNetDevice could send overlapped packets.
 
 Known issues