send and handle RESET flag

This commit is contained in:
orignal 2015-04-09 21:09:30 -04:00
parent da006a1d6e
commit 11177d37ea
2 changed files with 6 additions and 6 deletions

View file

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