send packets of a longer message at the that time

This commit is contained in:
orignal 2014-11-26 19:25:12 -05:00
parent 68c321609d
commit eb6b04d6c2
2 changed files with 30 additions and 3 deletions

View file

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