first try, added Makefile
[my-code/dmsd.git] / dmsd.h
diff --git a/dmsd.h b/dmsd.h
index eda770b..1200b9c 100644 (file)
--- a/dmsd.h
+++ b/dmsd.h
@@ -9,7 +9,11 @@
 #define DMSD_H
 #endif
 
+#define _GNU_SOURCE
+
 #ifdef DMSD_H
-#define DBOX2_TS_PORT 31338
+#define DBOX2_TS_PORT 31339
+#define BUFFER_LENGTH 188
+#define TS_LENGTH 192;
 #endif