| 222 | size_t GetReceiveQueueSize () const { return m_ReceiveQueue.size (); }; |
| 223 | size_t GetSendBufferSize () const { return m_SendBuffer.GetSize (); }; |
| 224 | int GetWindowSize () const { return m_WindowSize; }; |
| 225 | int GetRTT () const { return m_RTT; }; |
| 226 | |
| 227 | void Terminate (bool deleteFromDestination = true); |
no outgoing calls
no test coverage detected