QoS

data class QoS(val congestionControl: CongestionControl = CongestionControl.DROP, val priority: Priority = Priority.DATA, val express: Boolean = false)

Quality of service settings used to send zenoh message.

Constructors

Link copied to clipboard
constructor(congestionControl: CongestionControl = CongestionControl.DROP, priority: Priority = Priority.DATA, express: Boolean = false)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

CongestionControl policy used for the message.

Link copied to clipboard
val express: Boolean = false

If true, the message is not batched in order to reduce the latency.

Link copied to clipboard

Priority policy used for the message.