IConnection.MAX_PRIORITY

send queues data for sending in one of five queues, indexed by a numeric priority. MAX_PRIORITY is the highest (least urgent) priority index. DEFAULT_PRIORITY is the default priority

  1. enum MAX_PRIORITY;
    interface IConnection
    enum MAX_PRIORITY = 4;
  2. enum DEFAULT_PRIORITY;

Meta