diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-05-24 02:01:00 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-05-24 02:01:00 +0000 |
commit | 919f4c73a04a51f6e0caa0bedcdc08d622383854 (patch) | |
tree | 2380384ffeac6f52e2e429bf290cf314c622d616 /ace/config-win32-common.h | |
parent | 2b5c193d97c318773ffe089de9df5a7d68767a57 (diff) | |
download | ATCD-919f4c73a04a51f6e0caa0bedcdc08d622383854.tar.gz |
ChangeLogTag:Wed May 23 16:35:15 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
Diffstat (limited to 'ace/config-win32-common.h')
-rw-r--r-- | ace/config-win32-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/config-win32-common.h b/ace/config-win32-common.h index 4fdf05e6d05..863269bea2f 100644 --- a/ace/config-win32-common.h +++ b/ace/config-win32-common.h @@ -166,8 +166,8 @@ #if defined (FD_SETSIZE) #undef FD_SETSIZE -#define FD_SETSIZE 1024 #endif /* FD_SETSIZE */ +#define FD_SETSIZE 1024 // Windows doesn't like 65536 ;-) If 65536 is specified, it is // listenly ignored by the OS, i.e., setsockopt does not fail, and you |