summaryrefslogtreecommitdiff
path: root/ace/config-linux-common.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-05-24 18:06:18 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-05-24 18:06:18 +0000
commit7d326b8f15a6203b12193d0249757aaee830a9ea (patch)
treee78b8678a5f12cf0a875c531008d18d15ca10570 /ace/config-linux-common.h
parent4c60d1926586b7a774d57f52c0c241404e48183f (diff)
downloadATCD-7d326b8f15a6203b12193d0249757aaee830a9ea.tar.gz
ChangeLogTag:Wed May 24 10:22:18 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/config-linux-common.h')
-rw-r--r--ace/config-linux-common.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/ace/config-linux-common.h b/ace/config-linux-common.h
index 9e731fc2535..7c1f19d2731 100644
--- a/ace/config-linux-common.h
+++ b/ace/config-linux-common.h
@@ -171,9 +171,12 @@
#define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
-#if !defined (ACE_DEFAULT_SELECT_REACTOR_SIZE)
-#define ACE_DEFAULT_SELECT_REACTOR_SIZE 256
-#endif /* ACE_DEFAULT_SELECT_REACTOR_SIZE */
+// @@ This unnecessarily limits the default size of the Select_Reactor
+// to 256 file descriptors. `ace/OS.h' correctly sets the default
+// size to FD_SETSIZE.
+// #if !defined (ACE_DEFAULT_SELECT_REACTOR_SIZE)
+// #define ACE_DEFAULT_SELECT_REACTOR_SIZE 256
+// #endif /* ACE_DEFAULT_SELECT_REACTOR_SIZE */
#define ACE_HAS_GETPAGESIZE 1