delete strem from destination upon termination

This commit is contained in:
orignal 2020-03-04 18:31:22 -05:00
parent 1e9a53da3f
commit 5eec580727
2 changed files with 5 additions and 4 deletions

View file

@ -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: