From fb9e3b3a6649cc5cbe0c6747cb1918f3be71ba06 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Tue, 8 Nov 2005 12:46:10 +0000 Subject: Linux alpha test git-svn-id: http://svn.pjsip.org/repos/pjproject/main@35 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/include/pj/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pjlib/include') diff --git a/pjlib/include/pj/config.h b/pjlib/include/pj/config.h index 5437dcaa..597c4d9f 100644 --- a/pjlib/include/pj/config.h +++ b/pjlib/include/pj/config.h @@ -226,10 +226,10 @@ * maximum number of socket handles passed to select() (i.e. FD_SETSIZE will * be set to this value). * - * Default: 64 + * Default: 256 */ #ifndef PJ_IOQUEUE_MAX_HANDLES -# define PJ_IOQUEUE_MAX_HANDLES (64) +# define PJ_IOQUEUE_MAX_HANDLES (256) #endif /** -- cgit v1.2.3