resend non-Acked packets together

This commit is contained in:
orignal 2014-08-12 16:35:35 -04:00
parent 053d1d22ac
commit e09e3980c9
2 changed files with 54 additions and 2 deletions

View file

@ -103,7 +103,8 @@ namespace stream
void SendQuickAck ();
bool SendPacket (Packet * packet);
bool SendPacket (const uint8_t * buf, size_t len);
bool SendPacket (const uint8_t * buf, size_t len); // TODO: remove
void SendPackets (const std::vector<Packet *>& packets);
void SavePacket (Packet * packet);
void ProcessPacket (Packet * packet);