diff -r 73bc9e55f9bd -r 1e48ff9185f1 src/internet/model/udp-socket-factory-impl.h --- a/src/internet/model/udp-socket-factory-impl.h Sun Nov 24 23:48:49 2013 +0100 +++ b/src/internet/model/udp-socket-factory-impl.h Wed Nov 20 20:15:02 2013 +0100 @@ -57,6 +57,10 @@ UdpSocketFactoryImpl (); virtual ~UdpSocketFactoryImpl (); + /** + * \brief Set the associated UDP L4 protocol. + * \param udp the UDP L4 protocol + */ void SetUdp (Ptr udp); /** @@ -71,7 +75,7 @@ protected: virtual void DoDispose (void); private: - Ptr m_udp; + Ptr m_udp; //!< the associated UDP L4 protocol }; } // namespace ns3