Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetQosLevel ¶
GetQosLevel return OS qos level by QosLevel. If not specified, zero will be returned.
func NormalizeQosLevel ¶
NormalizeQosLevel normalizes qos level, for memory and network qos, only 0 and -1 are supported now.
Types ¶
type QosLevel ¶
type QosLevel string
const ( // QosLevelLC means the qos level Latency Critical. QosLevelLC QosLevel = "LC" // QosLevelHLS means the qos level Highly Latency Sensitive. QosLevelHLS QosLevel = "HLS" // QosLevelLS means the qos level Latency Sensitive. QosLevelLS QosLevel = "LS" // QosLevelBE means the qos level Best Effort. QosLevelBE QosLevel = "BE" )
Click to show internal directories.
Click to hide internal directories.