diff -r 73bc9e55f9bd -r 1e48ff9185f1 src/internet/model/nsc-tcp-socket-factory-impl.h --- a/src/internet/model/nsc-tcp-socket-factory-impl.h Sun Nov 24 23:48:49 2013 +0100 +++ b/src/internet/model/nsc-tcp-socket-factory-impl.h Wed Nov 20 20:15:02 2013 +0100 @@ -47,6 +47,10 @@ NscTcpSocketFactoryImpl (); virtual ~NscTcpSocketFactoryImpl (); + /** + * \brief Set the associated TCP L4 protocol. + * \param tcp the TCP L4 protocol + */ void SetTcp (Ptr tcp); virtual Ptr CreateSocket (void); @@ -54,7 +58,7 @@ protected: virtual void DoDispose (void); private: - Ptr m_tcp; + Ptr m_tcp; //!< the associated TCP L4 protocol }; } // namespace ns3