1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-22 04:04:16 +00:00

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

@ -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 ();