summaryrefslogtreecommitdiff
path: root/src/daemon/dlt_daemon_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/dlt_daemon_common.h')
-rw-r--r--src/daemon/dlt_daemon_common.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/daemon/dlt_daemon_common.h b/src/daemon/dlt_daemon_common.h
index 83ac640..5e1bb1b 100644
--- a/src/daemon/dlt_daemon_common.h
+++ b/src/daemon/dlt_daemon_common.h
@@ -104,6 +104,15 @@ extern "C" {
#define DLT_DAEMON_SEM_FREE() { sem_post(&dlt_daemon_mutex); }
extern sem_t dlt_daemon_mutex;
+/* UDPMulticart Default IP and Port */
+# ifdef UDP_CONNECTION_SUPPORT
+ # define MULTICASTIPADDRESS "225.0.0.37"
+ # define MULTICASTIPPORT 3491
+ # define MULTICASTIP_MAX_SIZE 256
+ # define MULTICAST_CONNECTION_DISABLED 0
+ # define MULTICAST_CONNECTION_ENABLED 1
+# endif
+
/**
* Definitions of DLT daemon logging states
*/