removing thread prioritization for writer, streamer and tcp threads

This commit is contained in:
Dhanya Maliakal
2017-05-16 14:45:48 +02:00
parent a182ca3660
commit 001d6415bf
5 changed files with 21 additions and 12 deletions

View File

@ -41,7 +41,7 @@
#define DUMMY_PACKET_VALUE 0xFFFFFFFF
#define LISTENER_PRIORITY 99
#define PROCESSOR_PRIORITY 90
#define STREAMER_PRIORITY 80
#define TCP_PRIORITY 50
#define LISTENER_PRIORITY 90
#define PROCESSOR_PRIORITY 70
#define STREAMER_PRIORITY 10
#define TCP_PRIORITY 10