summaryrefslogtreecommitdiff
path: root/src/ipcpd/normal/sdu_sched.c
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri.staessens@ugent.be>2018-06-07 16:01:40 +0200
committerSander Vrijders <sander.vrijders@ugent.be>2018-06-07 17:52:10 +0200
commit91180700a44e857311ecc9eadbfc27c7f9b802cb (patch)
tree72e73b7ece2072e72a6d777bbc7276760830b0eb /src/ipcpd/normal/sdu_sched.c
parent88f77ed5ef8d354664bac6d3c8af3d96cae640a4 (diff)
downloadouroboros-91180700a44e857311ecc9eadbfc27c7f9b802cb.tar.gz
ouroboros-91180700a44e857311ecc9eadbfc27c7f9b802cb.zip
ipcpd: Add priority for raw flows
The raw flows had no priority assigned, causing the scheduler to fail on creation. Signed-off-by: Dimitri Staessens <dimitri.staessens@ugent.be> Signed-off-by: Sander Vrijders <sander.vrijders@ugent.be>
Diffstat (limited to 'src/ipcpd/normal/sdu_sched.c')
-rw-r--r--src/ipcpd/normal/sdu_sched.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ipcpd/normal/sdu_sched.c b/src/ipcpd/normal/sdu_sched.c
index 56455721..529da113 100644
--- a/src/ipcpd/normal/sdu_sched.c
+++ b/src/ipcpd/normal/sdu_sched.c
@@ -36,6 +36,7 @@
#include <string.h>
static int qos_prio [] = {
+ QOS_PRIO_RAW,
QOS_PRIO_BE,
QOS_PRIO_VIDEO,
QOS_PRIO_VOICE