internet: update comments for ::NotifyNewAggregate

There is no "AddAgregate" anymore.
This commit is contained in:
Alexander Krotov
2018-12-27 16:26:01 +03:00
parent 6f54f2c347
commit 66f7d806ab
5 changed files with 5 additions and 5 deletions

View File

@@ -106,7 +106,7 @@ ArpL3Protocol::SetTrafficControl (Ptr<TrafficControlLayer> tc)
}
/*
* This method is called by AddAgregate and completes the aggregation
* This method is called by AggregateObject and completes the aggregation
* by setting the node in the ipv4 stack
*/
void

View File

@@ -69,7 +69,7 @@ Icmpv4L4Protocol::SetNode (Ptr<Node> node)
}
/*
* This method is called by AddAgregate and completes the aggregation
* This method is called by AggregateObject and completes the aggregation
* by setting the node in the ICMP stack and adding ICMP factory to
* IPv4 stack connected to the node
*/

View File

@@ -116,7 +116,7 @@ public:
void SetNode (Ptr<Node> node);
/**
* \brief This method is called by AddAgregate and completes the aggregation
* \brief This method is called by AggregateObject and completes the aggregation
* by setting the node in the ICMPv6 stack and adding ICMPv6 factory to
* IPv6 stack connected to the node.
*/

View File

@@ -245,7 +245,7 @@ Ipv4L3Protocol::DeleteRawSocket (Ptr<Socket> socket)
return;
}
/*
* This method is called by AddAgregate and completes the aggregation
* This method is called by AggregateObject and completes the aggregation
* by setting the node in the ipv4 stack
*/
void

View File

@@ -82,7 +82,7 @@ UdpL4Protocol::SetNode (Ptr<Node> node)
}
/*
* This method is called by AddAgregate and completes the aggregation
* This method is called by AggregateObject and completes the aggregation
* by setting the node in the udp stack and link it to the ipv4 object
* present in the node along with the socket factory
*/