LRT14
1.0
Main Page
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Functions
Variables
Enumerations
Enumerator
NetChannel.h
1
#ifndef RHESUS_NET_CHANNEL_H_
2
#define RHESUS_NET_CHANNEL_H_
3
4
namespace
Rhesus
5
{
6
namespace
Messenger
7
{
12
namespace
NetChannel
13
{
14
// Network subchannels are identified by base_channel + [0, 15] for a total of 16 subchannels. -tp
15
enum
Enum
16
{
17
// UNRELIABLE CHANNELS
21
NET_UNRELIABLE
= 0x00,
25
NET_UNRELIABLE_SEQUENCED
= 0x16,
26
27
// RELIABLE CHANNELS
31
NET_RELIABLE
= 0x32,
35
NET_RELIABLE_SEQUENCED
=0x48,
39
NET_RELIABLE_IN_ORDER
= 0x64,
40
};
41
};
42
}
43
}
44
45
#endif
Rhesus
Messenger
NetChannel.h
Generated on Tue Feb 11 2014 00:29:46 for LRT14 by
1.8.3