internet: update comments for ::NotifyNewAggregate
There is no "AddAgregate" anymore.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user