Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

PacketPriority.h File Reference

Defines Priority and Reliability Constants. More...


Enumerations

enum  PacketPriority {
  SYSTEM_PRIORITY, HIGH_PRIORITY, MEDIUM_PRIORITY, LOW_PRIORITY,
  NUMBER_OF_PRIORITIES
}
enum  PacketReliability {
  UNRELIABLE, UNRELIABLE_SEQUENCED, RELIABLE, RELIABLE_ORDERED,
  RELIABLE_SEQUENCED
}


Detailed Description

Defines Priority and Reliability Constants.

This file is part of RakNet Copyright 2003, 2004 Rakkarsoft LLC and Kevin Jenkins.

Usage of Raknet is subject to the appropriate licence agreement. "Shareware" Licensees with Rakkarsoft LLC are subject to the shareware license found at http://www.rakkarsoft.com/shareWareLicense.html which you agreed to upon purchase of a "Shareware license" "Commercial" Licensees with Rakkarsoft LLC are subject to the commercial license found at http://www.rakkarsoft.com/sourceCodeLicense.html which you agreed to upon purchase of a "Commercial license" All other users are subject to the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

Refer to the appropriate license agreement for distribution, modification, and warranty rights.


Enumeration Type Documentation

enum PacketPriority
 

This enum contains all level of priority that can be applyed to a packet.

Enumeration values:
SYSTEM_PRIORITY  System priority is for system related messaging. Don't use it.
HIGH_PRIORITY  Those message are handle first.
MEDIUM_PRIORITY  Message relativly important.
LOW_PRIORITY  Not critical information.
NUMBER_OF_PRIORITIES 

enum PacketReliability
 

This define the reliability behaviour to apply to a packet

Note:
Note to self: I write this with 3 bits in the stream!
Enumeration values:
UNRELIABLE  Send packet not reliable and not sequenced.
UNRELIABLE_SEQUENCED  Send packet not reliable but sequenced.
RELIABLE  Send packet reliable.
RELIABLE_ORDERED  Send packet reliable respecting ordering.
RELIABLE_SEQUENCED  Send packet reliable respecting sequenced.


Generated on Mon May 30 17:45:41 2005 for raknet by  doxygen 1.4.2