From f78d706fb0dff3800b8be23444ffc0817a8a5c71 Mon Sep 17 00:00:00 2001
From: Tom Henderson
Date: Wed, 30 Oct 2019 06:36:17 -0700
Subject: [PATCH] Update CHANGES.html and RELEASE_NOTES
---
CHANGES.html | 1 +
RELEASE_NOTES | 2 ++
2 files changed, 3 insertions(+)
diff --git a/CHANGES.html b/CHANGES.html
index 94c58a5b2..f66a95e4d 100644
--- a/CHANGES.html
+++ b/CHANGES.html
@@ -54,6 +54,7 @@ us a note on ns-developers mailing list.
Changes from ns-3.30 to ns-3.31
New API:
+- New attributes for Ipv4L3Protocol have been added to enable RFC 6621-based duplicate packet detection (DPD) (EnableRFC6621) and to control the cache expiration time (DuplicateExpire).
Changes to existing API:
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index d4e7ad115..bc2237175 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -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
----------