From a2e7b9a8461dff77b33b0730903dd31f1eefd243 Mon Sep 17 00:00:00 2001 From: steffen Date: Sat, 11 Dec 2010 20:55:37 +0000 Subject: [PATCH] ogc address changed. --- ChangeLog | 4 +++- include/basic.h | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index c9f33dc..8e11f1e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,10 @@ -$Id: ChangeLog,v 1.131 2009/12/18 11:08:44 stpohle Exp $ +$Id: ChangeLog,v 1.132 2010/12/11 20:55:37 steffen Exp $ Version 0.11.8.99 ================== +- changed: opengamecache had to move to my own server. New address: ogc.gulpe.de:11111 + - fixed: on certain networks, recvfrom hasen't returned. Even select returns with data aviable recvfrom got stuck because of no data. Added MSG_DONTWAIT here as flag. (only on linux) diff --git a/include/basic.h b/include/basic.h index 9053862..8e3134f 100644 --- a/include/basic.h +++ b/include/basic.h @@ -1,4 +1,4 @@ -/* $Id: basic.h,v 1.38 2009/10/11 17:14:47 stpohle Exp $ */ +/* $Id: basic.h,v 1.39 2010/12/11 20:55:37 steffen Exp $ */ /* basic types which we need everywhere */ #ifndef _BC_BASIC_H_ @@ -74,7 +74,7 @@ #define DEFAULT_UDPPORT 11000 #define DEFAULT_GAMECACHEPORT "11111" -#define DEFAULT_GAMECACHE "ogc.yz.to:11111" +#define DEFAULT_GAMECACHE "ogc.gulpe.de:11111" #define GAMESRV_TIMEOUT 2000 /* Timeout of the GameSrv_GetEntry */ #define UDP_TIMEOUT 15000