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:
parent
570598f556
commit
ee9dc789af
@ -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…
x
Reference in New Issue
Block a user