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:
lotodore
2007-10-06 12:50:19 +00:00
parent 7dd1013396
commit 3bb28de5ae
7 changed files with 147 additions and 25 deletions
+3
View File
@@ -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: