Module pyraknet :: Class PacketPriority
[hide private]
[frames] | no frames]

Class PacketPriority



Priority types used in Peer.send()

See http://www.rakkarsoft.com/raknet/manual/reliabilitytypes.html for details on what each priority type means.

Class Variables [hide private]
  HIGH_PRIORITY = 1
  LOW_PRIORITY = 3
  MEDIUM_PRIORITY = 2
  SYSTEM_PRIORITY = 0

Class Variable Details [hide private]

HIGH_PRIORITY

None
Value:
1                                                                     
      

LOW_PRIORITY

None
Value:
3                                                                     
      

MEDIUM_PRIORITY

None
Value:
2                                                                     
      

SYSTEM_PRIORITY

None
Value:
0