From b74980761cdcd9a706760ae9a4efb3806ca9bee2 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Thu, 7 Jun 2018 23:35:14 +0200 Subject: lib: Add a data qos cube This adds a data qos cube that is reliable. Reliable qos can be selected by setting the loss parameter of the qosspec to 0. Signed-off-by: Dimitri Staessens Signed-off-by: Sander Vrijders --- include/ouroboros/qoscube.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/ouroboros/qoscube.h') diff --git a/include/ouroboros/qoscube.h b/include/ouroboros/qoscube.h index 99563a06..e0e93a82 100644 --- a/include/ouroboros/qoscube.h +++ b/include/ouroboros/qoscube.h @@ -28,6 +28,7 @@ typedef enum qos_cube { QOS_CUBE_RAW = 0, QOS_CUBE_BE, + QOS_CUBE_DATA, QOS_CUBE_VIDEO, QOS_CUBE_VOICE, QOS_CUBE_MAX -- cgit v1.2.3