equal
deleted
inserted
replaced
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; |