#include "aesop-srv.h"
#include <math.h>
#include "srv-converse.h"
#include "srv-hosts.h"
#include "srv-msg-router.h"
#include "srv-physics.h"
#include "srv-players.h"
#include "srv-users.h"
#include "common/wave_ex.h"
#include "conversation/conversation.h"
#include "aesop-proto/message.h"
#include "aesop-proto/protocol.h"
#include "crypto/crypto.h"
#include "datahash/datahash_util.h"
#include "map-dynamics/map-dynamics.h"
#include "map-manager/map-manager.h"
#include "netrq/netrq.h"
#include "perf/perf.h"
#include "story/story.h"
#include "threadpool/threadpool.h"
#include "threadsafe/threadsafe_counter.h"
#include "threadsafe/threadsafe_map.h"
#include "threadsafe/threadsafe_queue.h"
#include "xdrbuf/xdrbuf.h"
Go to the source code of this file.
Namespaces | |
namespace | aesop |
Typedefs | |
typedef threadsafe_map< int, std::string > | aesop::name_map_t |
typedef std::vector< conn_id_t > | aesop::vec_conn_t |
Functions | |
static void | aesop::interceptHandler (IN void *context) |
Variables | |
static const int | aesop::s_maxNetQueueLength = 256 |
static const int | aesop::s_bcastBuffer = 128 |