Allow IPv6 and IPv4 connections to the reflector.

This commit is contained in:
Jonathan Naylor 2020-09-08 09:45:46 +01:00
parent 66018b909d
commit f7aee0a16e
1 changed files with 1 additions and 1 deletions

View File

@ -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