don't send reset message due problem at other side

This commit is contained in:
orignal 2015-04-13 11:38:23 -04:00
parent ce99357ebe
commit c873e9dd68
2 changed files with 4 additions and 4 deletions

View file

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