Update CHANGES.html and RELEASE_NOTES

This commit is contained in:
Tom Henderson
2019-10-30 06:36:17 -07:00
parent 39dc3437ce
commit f78d706fb0
2 changed files with 3 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ us a note on ns-developers mailing list.</p>
<h1>Changes from ns-3.30 to ns-3.31</h1>
<h2>New API:</h2>
<ul>
<li> New attributes for <b> Ipv4L3Protocol</b> have been added to enable RFC 6621-based duplicate packet detection (DPD) (<b>EnableRFC6621</b>) and to control the cache expiration time (<b>DuplicateExpire</b>).</li>
</ul>
<h2>Changes to existing API:</h2>
<ul>

View File

@@ -22,6 +22,8 @@ To be determined.
New user-visible features
-------------------------
- (internet) An option to enable IPv4 hash-based multicast duplicate packet
detection (DPD) based on RFC 6621 has been added.
Bugs fixed
----------