author | Mathieu Lacage <mathieu.lacage@sophia.inria.fr> |
Mon, 24 Mar 2008 12:12:22 -0700 | |
changeset 2709 | eecedcae731d |
parent 2708 | 83cc896e501c |
child 2710 | aa685e5e0384 |
--- a/src/helper/internet-stack-helper.h Mon Mar 24 12:11:30 2008 -0700 +++ b/src/helper/internet-stack-helper.h Mon Mar 24 12:12:22 2008 -0700 @@ -11,6 +11,12 @@ 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); };