From 826a768318d071200b289ed3a93ee409759dbae3 Mon Sep 17 00:00:00 2001 From: oroborus Date: Tue, 24 Jun 2008 15:56:36 +0000 Subject: - podpora IPv6 - game server je schopny obsluhovat clientov zo sieti IPv4 a IPv6 sucastne - hrac si moze zvolit v nastaveniach, ci che pouzivat IPv4 alebo IPv6 - odkolnenie od SDL_net ( nepodporuje IPv6 ) // ale v kode este podpora SDL_Net je git-svn-id: http://opensvn.csie.org/tuxanci_ng@70 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- config.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 84f2fc2..55b2488 100644 --- a/config.h +++ b/config.h @@ -6,8 +6,9 @@ #define DEBUG_CLIENT_RECV */ -#define TUXANCI_NG_VERSION "svn69" +#define TUXANCI_NG_VERSION "svn70" #define DESTDIR "/usr/local/" -#define SUPPORT_NET_SDL_UDP +#define SUPPORT_NET_UNIX_UDP +//#define SUPPORT_NET_SDL_UDP //#define PUBLIC_SERVER -- cgit v1.2.3