src/internet/model/nsc-tcp-socket-impl.h
changeset 9894 ac4e52a91d5d
parent 7717 cfa1741013dd
child 10440 1e48ff9185f1
equal deleted inserted replaced
9893:18f2d30eddbe 9894:ac4e52a91d5d
   100   bool Accept (void);
   100   bool Accept (void);
   101   void CompleteFork (void);
   101   void CompleteFork (void);
   102   void ConnectionSucceeded ();
   102   void ConnectionSucceeded ();
   103 
   103 
   104   // Manage data tx/rx
   104   // Manage data tx/rx
   105   // XXX This should be virtual and overridden
   105   /// \todo This should be virtual and overridden
   106   Ptr<NscTcpSocketImpl> Copy ();
   106   Ptr<NscTcpSocketImpl> Copy ();
   107 
   107 
   108   // attribute related
   108   // attribute related
   109   virtual void SetSndBufSize (uint32_t size);
   109   virtual void SetSndBufSize (uint32_t size);
   110   virtual uint32_t GetSndBufSize (void) const;
   110   virtual uint32_t GetSndBufSize (void) const;