[Doxygen] Internet module fixes

This commit is contained in:
Tommaso Pecorella
2015-05-24 00:06:35 +02:00
parent 0ddd5c62b7
commit 7033e74a3f
2 changed files with 1 additions and 2 deletions

View File

@@ -297,8 +297,6 @@ private:
*/
static void CreateAndAggregateObjectFromTypeId (Ptr<Node> 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

View File

@@ -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