#include "utils/mutex.h"
#include "net/serverinfo.h"
#include "net/tmwa/messagehandler.h"
#include "net/tmwa/messageout.h"
#include <SDL_net.h>
#include <SDL_thread.h>
#include <map>
#include <string>
#include <unordered_map>
Go to the source code of this file.
|
namespace | TmwAthena |
| Warning: buffers and other variables are shared, so there can be only one connection active at a time.
|
|
|
#define | CLIENT_PROTOCOL_VERSION 1 |
| Protocol version, reported to the eAthena char and mapserver who can adjust the protocol accordingly.
|
|
◆ CLIENT_PROTOCOL_VERSION
#define CLIENT_PROTOCOL_VERSION 1 |
Protocol version, reported to the eAthena char and mapserver who can adjust the protocol accordingly.
Definition at line 42 of file network.h.