This commit is contained in:
Mathieu Lacage
2008-03-24 12:12:22 -07:00
parent 14690d8553
commit f44690e9af

View File

@@ -11,6 +11,12 @@ namespace ns3 {
class InternetStackHelper
{
public:
/**
* \param c the set of nodes
*
* For each node in the input container, aggregate implementations
* of the ns3::Ipv4, ns3::Udp, and, ns3::Tcp classes.
*/
void Build (NodeContainer c);
};