cleanup stream upon termination

This commit is contained in:
orignal 2017-01-22 21:22:12 -05:00
parent da50d92d1e
commit 29944f6bf2
2 changed files with 23 additions and 15 deletions

View file

@ -158,6 +158,8 @@ namespace stream
private:
void CleanUp ();
void SendBuffer ();
void SendQuickAck ();
void SendClose ();