From 8be66aed05efa50382939d398bd26f735996ebd9 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Sat, 20 Aug 2016 11:16:29 -0700 Subject: [PATCH] fix misspelled acronym --- src/internet/model/tcp-htcp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/internet/model/tcp-htcp.h b/src/internet/model/tcp-htcp.h index 06d3398d3..279e28d47 100644 --- a/src/internet/model/tcp-htcp.h +++ b/src/internet/model/tcp-htcp.h @@ -89,8 +89,8 @@ private: void UpdateBeta (void); // h-tcp variables - double m_alpha; //!< AMID additive increase parameter - double m_beta; //!< AMID multiplicative decrease factor + double m_alpha; //!< AIMD additive increase parameter + double m_beta; //!< AIMD multiplicative decrease factor double m_defaultBackoff; //!< default value when throughput ratio less than default double m_throughputRatio; //!< ratio of two consequence throughput Time m_delta; //!< Time in second that has elapsed since the