handle stream close depending on state

This commit is contained in:
orignal 2015-03-09 12:06:35 -04:00
parent dc599bbc63
commit cd0933522d
2 changed files with 36 additions and 18 deletions

View file

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