From 3de441b1a2d18dbde8a46385b5f326086bf72846 Mon Sep 17 00:00:00 2001
From: Natale Patriciello
Date: Fri, 3 Feb 2017 14:03:04 +0100
Subject: [PATCH] tcp: updated CHANGES.html and RELEASE_NOTES
---
CHANGES.html | 3 +++
RELEASE_NOTES | 2 ++
2 files changed, 5 insertions(+)
diff --git a/CHANGES.html b/CHANGES.html
index d4f9b5d6e..a36686b30 100644
--- a/CHANGES.html
+++ b/CHANGES.html
@@ -54,6 +54,9 @@ us a note on ns-developers mailing list.
Changes from ns-3.26 to ns-3.27
New API:
+- Included the TCP SACK-based loss recovery algorithm outlined in RFC 6675
+- Added TCP SACK and the SACK emulation. Added an Attribute to TcpSocketBase class,
+ called "Sack", to enable or disable the SACK option usage.
- In 'src/wifi', several changes were made to enable partial 802.11ax High Effiency (HE) support:
- A new standard value has been added that enables the new 11ax data rates.
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index b4e3688b8..f5ed3d115 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -22,11 +22,13 @@ Supported platforms
New user-visible features
-------------------------
- (wifi) 802.11ax High Efficiency (HE) physical layer modes are now supported.
+- (tcp) The SACK option and the RFC 6675 loss recovery algorithm are now supported.
Bugs fixed
----------
- Bug 2007 - uan: Remove deprecation on SetRxThresholdDb
- Bug 2221 - network: Remove constraint on size of ns3::Packet Tag objects
+- Bug 2248 - TCP SACK
- Bug 2263 - Support processing of multiple TCP options
- Bug 2450 - LogDistancePropagationLossModel is not continuous
- Bug 2463 - create trace source to trace the TXOP time that is actually used