Add real-time scheduling to osmotv and make it default for all base stations

This is required to drastically reduce the latency of the thread execution.
This commit is contained in:
Andreas Eversberg
2018-05-20 16:30:35 +02:00
parent 4e2ad7dae1
commit ce4a540745
3 changed files with 37 additions and 7 deletions

View File

@@ -68,7 +68,7 @@ const char *mncc_name = "";
static int send_patterns = 1;
static int release_on_disconnect = 1;
int loopback = 0;
int rt_prio = 0;
int rt_prio = 1;
const char *write_tx_wave = NULL;
const char *write_rx_wave = NULL;
const char *read_tx_wave = NULL;