From 989e0c00a5a2861ca93c57013bc4ce43fa2f02f4 Mon Sep 17 00:00:00 2001
From: Natale Patriciello
Date: Wed, 28 Oct 2015 12:06:25 +0100
Subject: [PATCH] Release notes and changes updated for Hybla and HighSpeed
---
CHANGES.html | 1 +
RELEASE_NOTES | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/CHANGES.html b/CHANGES.html
index 50929f5c2..027c607a2 100644
--- a/CHANGES.html
+++ b/CHANGES.html
@@ -61,6 +61,7 @@ us a note on ns-developers mailing list.
TCP-related changes:
- TCP Reno, 793, and Tahoe were removed.
+ - TCP Hybla and HighSpeed have been added.
- Added the concept of Congestion State Machine inside TcpSocketBase.
- Merged Fast Recovery and Fast Retransmit inside TcpSocketBase.
- Some member variables have been moved from TcpSocketBase inside TcpSocketState. Attributes are not touched.
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 5f61c186e..8f89b8c27 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -27,7 +27,7 @@ improvements: 1) congestion control has been aligned with the Linux
architecture, to facilitate easier coding of new congestion control algorithms
or porting implementations from the Linux kernel, 2) Fast Retransmit and Fast
recovery algorithms, compliant to RFCs, are shared by all TCP variants, unlike
-previous releases.
+previous releases. 3) TCP Hybla and TCP HighSpeed have been added.
Bugs fixed
----------