mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-21 16:49:10 +01:00
change scope of Stream::Terminate
This commit is contained in:
parent
570598f556
commit
ee9dc789af
1 changed files with 3 additions and 2 deletions
|
@ -150,10 +150,11 @@ namespace stream
|
||||||
size_t GetSendBufferSize () const { return m_SendBuffer.rdbuf ()->in_avail (); };
|
size_t GetSendBufferSize () const { return m_SendBuffer.rdbuf ()->in_avail (); };
|
||||||
int GetWindowSize () const { return m_WindowSize; };
|
int GetWindowSize () const { return m_WindowSize; };
|
||||||
int GetRTT () const { return m_RTT; };
|
int GetRTT () const { return m_RTT; };
|
||||||
|
|
||||||
private:
|
|
||||||
|
|
||||||
|
/** don't call me */
|
||||||
void Terminate ();
|
void Terminate ();
|
||||||
|
|
||||||
|
private:
|
||||||
|
|
||||||
void SendBuffer ();
|
void SendBuffer ();
|
||||||
void SendQuickAck ();
|
void SendQuickAck ();
|
||||||
|
|
Loading…
Add table
Reference in a new issue