send close after buffer

This commit is contained in:
orignal 2015-03-06 21:39:05 -05:00
parent e0f80c9f91
commit 36de881041
2 changed files with 38 additions and 29 deletions

View file

@ -124,6 +124,7 @@ namespace stream
void SendBuffer ();
void SendQuickAck ();
void SendClose ();
bool SendPacket (Packet * packet);
void SendPackets (const std::vector<Packet *>& packets);