From f9bd3b31c8152b037bf1dbc3409a017d57d4a2e6 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Tue, 5 Jun 2018 14:42:49 +0200 Subject: lib: Add a QOS_RAW QoS cube This adds a QoS cube that allows sending packets directly over a raw flow, without an FRCT state machine. Flow allocation with a NULL qosspec will now default to such raw flows. Signed-off-by: Dimitri Staessens Signed-off-by: Sander Vrijders --- include/ouroboros/qoscube.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/ouroboros/qoscube.h') diff --git a/include/ouroboros/qoscube.h b/include/ouroboros/qoscube.h index bce9b361..99563a06 100644 --- a/include/ouroboros/qoscube.h +++ b/include/ouroboros/qoscube.h @@ -26,7 +26,8 @@ #include typedef enum qos_cube { - QOS_CUBE_BE = 0, + QOS_CUBE_RAW = 0, + QOS_CUBE_BE, QOS_CUBE_VIDEO, QOS_CUBE_VOICE, QOS_CUBE_MAX -- cgit v1.2.3