Fixed a problem in the SenderThread, where packet order was not maintained when a session had stalled packets in the send buffer.

This commit is contained in:
lotodore
2008-04-23 21:19:00 +00:00
parent 85435f0ce5
commit df97fcc725
3 changed files with 44 additions and 19 deletions
-5
View File
@@ -32,11 +32,6 @@
#define SESSION_ID_GENERIC 0xFFFFFFFF
typedef unsigned SessionId;
/*struct SessionId
{
unsigned id;
};*/
class SessionData
{