mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[9337] Use ACE PATH_MAX define magic
This commit is contained in:
parent
8997f0f240
commit
9c346fc0a9
5 changed files with 7 additions and 6 deletions
|
|
@ -203,7 +203,9 @@ namespace SOCKETS_NAMESPACE {
|
|||
|
||||
// 1.8.6: define FD_SETSIZE to something bigger than 64 if there are a lot of
|
||||
// simultaneous connections (must be done before including winsock.h)
|
||||
#ifndef FD_SETSIZE
|
||||
#define FD_SETSIZE 1024
|
||||
#endif
|
||||
|
||||
// windows 2000 with ipv6 preview installed:
|
||||
// http://msdn.microsoft.com/downloads/sdks/platform/tpipv6.asp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue