mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
delete strem from destination upon termination
This commit is contained in:
parent
1e9a53da3f
commit
5eec580727
2 changed files with 5 additions and 4 deletions
|
@ -180,7 +180,7 @@ namespace stream
|
|||
int GetWindowSize () const { return m_WindowSize; };
|
||||
int GetRTT () const { return m_RTT; };
|
||||
|
||||
void Terminate ();
|
||||
void Terminate (bool deleteFromDestination = true);
|
||||
|
||||
private:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue