• ORDER_NONE_UNSPECIFIED: zero-value for channel ordering
  • ORDER_UNORDERED: packets can be delivered in any order, which may differ from the order in which they were sent.
  • ORDER_ORDERED: packets are delivered exactly in the order which they were sent

Enumeration Members

ORDER_NONE_UNSPECIFIED: "ORDER_NONE_UNSPECIFIED"
ORDER_ORDERED: "ORDER_ORDERED"
ORDER_UNORDERED: "ORDER_UNORDERED"

Generated using TypeDoc