ogc address changed.

origin
steffen 15 years ago
parent 07c70d743e
commit a2e7b9a846

@ -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 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 - fixed: on certain networks, recvfrom hasen't returned. Even select
returns with data aviable recvfrom got stuck because of no data. returns with data aviable recvfrom got stuck because of no data.
Added MSG_DONTWAIT here as flag. (only on linux) Added MSG_DONTWAIT here as flag. (only on linux)

@ -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 */ /* basic types which we need everywhere */
#ifndef _BC_BASIC_H_ #ifndef _BC_BASIC_H_
@ -74,7 +74,7 @@
#define DEFAULT_UDPPORT 11000 #define DEFAULT_UDPPORT 11000
#define DEFAULT_GAMECACHEPORT "11111" #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 GAMESRV_TIMEOUT 2000 /* Timeout of the GameSrv_GetEntry */
#define UDP_TIMEOUT 15000 #define UDP_TIMEOUT 15000

Loading…
Cancel
Save