From 598281f32c6f146cfcfbe1e214f7cd68c492da00 Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Sat, 4 Oct 2003 22:07:57 +0000 Subject: [PATCH] CC client updates; unicode support partially supported, will complete later --- zsnes/src/win/zfilew.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsnes/src/win/zfilew.c b/zsnes/src/win/zfilew.c index 3198a403..5d5c1aa6 100644 --- a/zsnes/src/win/zfilew.c +++ b/zsnes/src/win/zfilew.c @@ -188,7 +188,7 @@ int ConnectGameServer(char *servername, unsigned int port) unsigned long addr1; int yesip; WSADATA wsadata; - int timeout=5000; + int timeout=10000; host1 = gethostbyname(servername); if (host1 == NULL)