#include "Base/spStandard.hpp"
#include "Framework/Network/spNetworkCore.hpp"
#include <boost/shared_array.hpp>
Go to the source code of this file.
Classes | |
class | sp::network::NetworkPacket |
Namespaces | |
namespace | sp |
!! | |
namespace | sp::network |
This namespace contains all network functions such as connecting, sending and receiving messages. | |
Enumerations | |
enum | sp::network::EReservedDescriptors { sp::network::DESCRIPTOR_CLIENT_JOIN = 1000, sp::network::DESCRIPTOR_CLIENT_LEFT, sp::network::DESCRIPTOR_INTRODUCE_CLIENT, sp::network::DESCRIPTOR_CONNECTION_ACCEPTED, sp::network::DESCRIPTOR_SERVER_DISCONNECTED, sp::network::DESCRIPTOR_SESSION_REQUEST, sp::network::DESCRIPTOR_SESSION_ANSWER } |
Reserved network packet descriptors for internal network communication. Don't use these values! More... |