add arp stack
This commit is contained in:
@@ -73,6 +73,10 @@ Node::GetUdp (void) const
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Arp *
|
||||
Node::GetArp (void) const
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
}//namespace ns3
|
||||
|
||||
Reference in New Issue
Block a user