diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-07-29 14:41:12 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-07-29 14:41:12 +0000 |
commit | d39acd8b6919590106e7ea573bcd597fd5f20f0e (patch) | |
tree | 0f8c8b2571b2d2b39b5d8d1d4aff3887e889ef67 /ace/config-linux-common.h | |
parent | 9023368489328ed63d187cc9e270e3ba955e7f93 (diff) | |
download | ATCD-d39acd8b6919590106e7ea573bcd597fd5f20f0e.tar.gz |
added #define ACE_DEFAULT_SELECT_REACTOR_SIZE 256
Diffstat (limited to 'ace/config-linux-common.h')
-rw-r--r-- | ace/config-linux-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/config-linux-common.h b/ace/config-linux-common.h index 0e79982247d..618cdf4d884 100644 --- a/ace/config-linux-common.h +++ b/ace/config-linux-common.h @@ -126,6 +126,8 @@ #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535 +#define ACE_DEFAULT_SELECT_REACTOR_SIZE 256 + #define ACE_HAS_GETPAGESIZE 1 // Platform lacks POSIX prototypes for certain System V functions |