From 6dcf79e1dffedcf664c65ede4220925817835750 Mon Sep 17 00:00:00 2001 From: Meep-Eep Date: Sat, 30 Dec 2006 13:03:03 +0000 Subject: [PATCH] NETPLAY_LISTEN_BACKLOG definition git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2637 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/netplay/netplay.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sc2/src/sc2code/netplay/netplay.h b/sc2/src/sc2code/netplay/netplay.h index 4e2816bed..48cc0e8ec 100644 --- a/sc2/src/sc2code/netplay/netplay.h +++ b/sc2/src/sc2code/netplay/netplay.h @@ -52,6 +52,8 @@ #define NETPLAY_RETRYDELAY 2000 /* Time to wait after all addresses of a host have been tried * before starting retrying them all. In ms. */ +#define NETPLAY_LISTEN_BACKLOG 2 + /* Second argument to listen(). */ #endif /* _NETPLAY_H */