26 private function __construct(){
45 public const PACKET_ENCAPSULATED = 0x01;
47 public const ENCAPSULATED_FLAG_NEED_ACK = 1 << 0;
48 public const ENCAPSULATED_FLAG_IMMEDIATE = 1 << 1;
54 public const PACKET_CLOSE_SESSION = 0x02;
63 public const PACKET_RAW = 0x04;
71 public const PACKET_BLOCK_ADDRESS = 0x05;
78 public const PACKET_UNBLOCK_ADDRESS = 0x06;
84 public const PACKET_RAW_FILTER = 0x07;
90 public const PACKET_SET_NAME = 0x08;
93 public const PACKET_ENABLE_PORT_CHECK = 0x09;
96 public const PACKET_DISABLE_PORT_CHECK = 0x10;
102 public const PACKET_SET_PACKETS_PER_TICK_LIMIT = 0x11;