Browse Source

change scope of Stream::Terminate

pull/628/head
Jeff Becker 8 years ago
parent
commit
ee9dc789af
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
  1. 5
      Streaming.h

5
Streaming.h

@ -151,10 +151,11 @@ namespace stream @@ -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 ();

Loading…
Cancel
Save