#include <ishtar/network.h>
#include <iostream>
#include <sstream>
#include <string>
#include <vector>
#include <map>
#include <set>
#include <list>
#include <assert.h>
Go to the source code of this file.
Namespaces | |
namespace | Ishtar |
Typedefs | |
typedef ValueVectorTemplate< Int32 > | IntValueVector |
For conveniance. | |
typedef ValueVectorTemplate< float > | FloatValueVector |
For conveniance. | |
Variables | |
const UInt32 | PROTOCOL_VERSION = 2 |
Ishtar services protocol version, only programs with the same protocol version can communication together. |