Qo S
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)