From f7aee0a16e6308ea4d75c0817204c59da3d6b7b6 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Tue, 8 Sep 2020 09:45:46 +0100 Subject: [PATCH] Allow IPv6 and IPv4 connections to the reflector. --- NXDNReflector/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NXDNReflector/Makefile b/NXDNReflector/Makefile index 33ed070..182f156 100644 --- a/NXDNReflector/Makefile +++ b/NXDNReflector/Makefile @@ -1,6 +1,6 @@ CC = cc CXX = c++ -CFLAGS = -g -O3 -Wall -DHAVE_LOG_H -std=c++0x -pthread +CFLAGS = -g -O3 -Wall -DHAVE_LOG_H -DUDP_SOCKET_MAX=2 -std=c++0x -pthread LIBS = -lpthread LDFLAGS = -g