summaryrefslogtreecommitdiffstats
path: root/src/net/mcast/McastConstants.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/mcast/McastConstants.h')
-rw-r--r--src/net/mcast/McastConstants.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/mcast/McastConstants.h b/src/net/mcast/McastConstants.h
index 9913457..b4c71a5 100644
--- a/src/net/mcast/McastConstants.h
+++ b/src/net/mcast/McastConstants.h
@@ -20,7 +20,8 @@
#include <stdint.h>
#define MCASTFT_MAGIC UINT64_C(0x6d60ad83825fb7f9)
-#define DEFAULT_MULTICAST_ADDRESS ";239.255.220.207"
+#define DEFAULT_MULTICAST_INTERFACE ""
+#define DEFAULT_MULTICAST_ADDRESS "239.255.220.207"
#define DEFAULT_MULTICAST_SPORT 6964
#define DEFAULT_MULTICAST_DPORT 6965
#define DEFAULT_MULTICAST_USEUDP true