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:
@@ -32,11 +32,6 @@
|
||||
#define SESSION_ID_GENERIC 0xFFFFFFFF
|
||||
|
||||
typedef unsigned SessionId;
|
||||
/*struct SessionId
|
||||
{
|
||||
unsigned id;
|
||||
};*/
|
||||
|
||||
|
||||
class SessionData
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user