mirror of
https://github.com/ShaYmez/P25Clients.git
synced 2026-06-11 02:08:50 -04:00
Allow IPv4 and IPv6 connections to the reflector.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -19,6 +19,6 @@
|
||||
#if !defined(VERSION_H)
|
||||
#define VERSION_H
|
||||
|
||||
const char* VERSION = "20200903";
|
||||
const char* VERSION = "20200908";
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user