src/helper/packet-socket-helper.h
changeset 4140 6bbf05bf4826
parent 3848 affd0834debc
equal deleted inserted replaced
4139:d45e62c78504 4140:6bbf05bf4826
    38    * \param node Node on which to aggregate the ns3::PacketSocketFactory.
    38    * \param node Node on which to aggregate the ns3::PacketSocketFactory.
    39    */
    39    */
    40   void Install (Ptr<Node> node) const;
    40   void Install (Ptr<Node> node) const;
    41 
    41 
    42   /**
    42   /**
       
    43    * Aggregate an instance of a ns3::PacketSocketFactory onto the provided
       
    44    * node.
       
    45    *
       
    46    * \param nodeName The name of the node on which to aggregate the ns3::PacketSocketFactory.
       
    47    */
       
    48   void Install (std::string nodeName) const;
       
    49 
       
    50   /**
    43    * For each node in the provided container, aggregate an instance of a
    51    * For each node in the provided container, aggregate an instance of a
    44    * ns3::PacketSocketFactory.
    52    * ns3::PacketSocketFactory.
    45    *
    53    *
    46    * \param c NodeContainer of the set of nodes to aggregate the 
    54    * \param c NodeContainer of the set of nodes to aggregate the 
    47    * ns3::PacketSocketFactory on.
    55    * ns3::PacketSocketFactory on.