change scope of Stream::Terminate

This commit is contained in:
Jeff Becker 2016-07-28 15:34:32 -04:00
parent 570598f556
commit ee9dc789af
No known key found for this signature in database
GPG key ID: AB950234D6EA286B

View file

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