aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/sacn.h
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2020-03-10 20:44:38 +0100
committercbdev <cb@cbcdn.com>2020-03-10 20:44:38 +0100
commite48583db0e02336381a1626af814549bf12b1214 (patch)
tree96434326528c8c224cdd779cb0fc8d7db17de63f /backends/sacn.h
parent377556e3407b107d6033be246ba6f41e0681f690 (diff)
downloadmidimonster-e48583db0e02336381a1626af814549bf12b1214.tar.gz
midimonster-e48583db0e02336381a1626af814549bf12b1214.tar.bz2
midimonster-e48583db0e02336381a1626af814549bf12b1214.zip
Check ArtNet/sACN channel direction at map time
Diffstat (limited to 'backends/sacn.h')
-rw-r--r--backends/sacn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/sacn.h b/backends/sacn.h
index 4642e59..f2cd49f 100644
--- a/backends/sacn.h
+++ b/backends/sacn.h
@@ -16,7 +16,7 @@ static int sacn_shutdown(size_t n, instance** inst);
//spec 6.6.2.1
#define SACN_KEEPALIVE_INTERVAL 1000
//spec 6.6.1
-#define SACN_FRAME_TIMEOUT 15
+#define SACN_FRAME_TIMEOUT 20
#define SACN_SYNTHESIZE_MARGIN 10
#define SACN_DISCOVERY_TIMEOUT 9000
#define SACN_PDU_MAGIC "ASC-E1.17\0\0\0"