Go to the documentation of this file.
65 virtual void onError(
const boost::system::error_code& err);
70 void internalRecvHeader(
uint8* buffer,
uint16 size);
76 bool m_checksumEnabled;
77 bool m_xteaEncryptionEnabled;
virtual void onError(const boost::system::error_code &err)
void connect(const std::string &host, uint16 port)
ticks_t getElapsedTicksSinceLastRead()
void enableXteaEncryption()
void setConnection(const ConnectionPtr &connection)
std::vector< uint32 > getXteaKey()
ticks_t getElapsedTicksSinceLastRead()
virtual void send(const OutputMessagePtr &outputMessage)
virtual void onRecv(const InputMessagePtr &inputMessage)
void setXteaKey(uint32 a, uint32 b, uint32 c, uint32 d)
ConnectionPtr getConnection()
LuaObject, all script-able classes have it as base.