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

@ -150,10 +150,11 @@ namespace stream @@ -150,10 +150,11 @@ namespace stream
size_t GetSendBufferSize () const { return m_SendBuffer.rdbuf ()->in_avail (); };
int GetWindowSize () const { return m_WindowSize; };
int GetRTT () const { return m_RTT; };
private:
/** don't call me */
void Terminate ();
private:
void SendBuffer ();
void SendQuickAck ();

Loading…
Cancel
Save