Options
All
  • Public
  • Public/Protected
  • All
Menu

Order defines if a channel is ORDERED or UNORDERED

Index

Enumeration members

ORDER_NONE_UNSPECIFIED = 0

ORDER_NONE_UNSPECIFIED - zero-value for channel ordering

ORDER_ORDERED = 2

ORDER_ORDERED - packets are delivered exactly in the order which they were sent

ORDER_UNORDERED = 1

ORDER_UNORDERED - packets can be delivered in any order, which may differ from the order in which they were sent.

UNRECOGNIZED = -1