More work on sending/receiving avatars. Introduces low priority send queue, so that the server send thread is not stalled when sending loads of avatars. Not functional yet.
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
#include <core/crypthelper.h>
|
||||
|
||||
#include <vector>
|
||||
#include <list>
|
||||
|
||||
#define NET_VERSION_MAJOR 2
|
||||
#define NET_VERSION_MINOR 0
|
||||
@@ -158,6 +159,8 @@ private:
|
||||
const u_int16_t m_maxSize;
|
||||
};
|
||||
|
||||
typedef std::list<boost::shared_ptr<NetPacket> > NetPacketList;
|
||||
|
||||
class NetPacketInit : public NetPacket
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user