[asterisk-scf-commits] asterisk-scf/release/pjproject.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Tue Jul 24 14:31:00 CDT 2012
branch "master" has been updated
via e7e835bf02e9d708579cd441c28d9fb099a33423 (commit)
from 1a7315bf286e9ab61b0e93a7fee24221236092aa (commit)
Summary of changes:
pjlib/include/pj/config.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit e7e835bf02e9d708579cd441c28d9fb099a33423
Author: Brent Eagles <beagles at digium.com>
Date: Tue Jul 24 16:53:49 2012 -0230
Set max handles to a more reasonable "modern limit" to get over
some restrictions in pjsip
diff --git a/pjlib/include/pj/config.h b/pjlib/include/pj/config.h
index 929acab..b2107b0 100644
--- a/pjlib/include/pj/config.h
+++ b/pjlib/include/pj/config.h
@@ -524,7 +524,7 @@
* the underlying implementation changes.
*/
#ifndef PJ_IOQUEUE_MAX_HANDLES
-# define PJ_IOQUEUE_MAX_HANDLES (64)
+# define PJ_IOQUEUE_MAX_HANDLES (1024)
#endif
-----------------------------------------------------------------------
--
asterisk-scf/release/pjproject.git
More information about the asterisk-scf-commits
mailing list