handle received packets in right order

This commit is contained in:
orignal 2014-02-01 22:20:41 -05:00
parent 499a7a9e32
commit 04cf2031ef
2 changed files with 47 additions and 44 deletions

View file

@ -84,6 +84,7 @@ namespace stream
void SendQuickAck ();
void SavePacket (Packet * packet);
void ProcessPacket (Packet * packet);
private: