change scope of Stream::Terminate

This commit is contained in:
Jeff Becker
2016-07-28 15:34:32 -04:00
parent 570598f556
commit ee9dc789af

View File

@@ -151,10 +151,11 @@ namespace stream
int GetWindowSize () const { return m_WindowSize; }; int GetWindowSize () const { return m_WindowSize; };
int GetRTT () const { return m_RTT; }; int GetRTT () const { return m_RTT; };
private: /** don't call me */
void Terminate (); void Terminate ();
private:
void SendBuffer (); void SendBuffer ();
void SendQuickAck (); void SendQuickAck ();
void SendClose (); void SendClose ();