add Ipv4 and Udp node capabilities, rework Copy methods to include an extra Node * argument
This commit is contained in:
@@ -62,5 +62,17 @@ Node::GetNetDeviceList() const
|
||||
return 0;
|
||||
}
|
||||
|
||||
Ipv4 *
|
||||
Node::GetIpv4 (void) const
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
Udp *
|
||||
Node::GetUdp (void) const
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}//namespace ns3
|
||||
|
||||
Reference in New Issue
Block a user