From 7033e74a3f15cbd699cd03cc06c441d985bbe6be Mon Sep 17 00:00:00 2001 From: Tommaso Pecorella Date: Sun, 24 May 2015 00:06:35 +0200 Subject: [PATCH] [Doxygen] Internet module fixes --- src/internet/helper/internet-stack-helper.h | 2 -- src/internet/model/rtt-estimator.cc | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/internet/helper/internet-stack-helper.h b/src/internet/helper/internet-stack-helper.h index 3b7fe7fcf..aa1728329 100644 --- a/src/internet/helper/internet-stack-helper.h +++ b/src/internet/helper/internet-stack-helper.h @@ -297,8 +297,6 @@ private: */ static void CreateAndAggregateObjectFromTypeId (Ptr node, const std::string typeId); - static void Cleanup (void); - /** * \brief checks if there is an hook to a Pcap wrapper * \param ipv4 pointer to the IPv4 object diff --git a/src/internet/model/rtt-estimator.cc b/src/internet/model/rtt-estimator.cc index 3ca8464c3..36780d2ba 100644 --- a/src/internet/model/rtt-estimator.cc +++ b/src/internet/model/rtt-estimator.cc @@ -38,6 +38,7 @@ NS_LOG_COMPONENT_DEFINE ("RttEstimator"); NS_OBJECT_ENSURE_REGISTERED (RttEstimator); +/// Tolerance used to check reciprocal of two numbers. static const double TOLERANCE = 1e-6; TypeId