mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
recursion protection
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5040 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -127,6 +127,7 @@ struct switch_core_session {
|
||||
switch_thread_rwlock_t *bug_rwlock;
|
||||
switch_media_bug_t *bugs;
|
||||
switch_app_log_t *app_log;
|
||||
uint32_t stack_count;
|
||||
};
|
||||
|
||||
struct switch_media_bug {
|
||||
|
||||
@@ -229,6 +229,7 @@ struct switch_directories {
|
||||
typedef struct switch_directories switch_directories;
|
||||
SWITCH_DECLARE_DATA extern switch_directories SWITCH_GLOBAL_dirs;
|
||||
|
||||
#define SWITCH_MAX_STACKS 32
|
||||
#define SWITCH_THREAD_STACKSIZE 240 * 1024
|
||||
#define SWITCH_RECOMMENDED_BUFFER_SIZE 3968
|
||||
#define SWITCH_MAX_CODECS 30
|
||||
|
||||
Reference in New Issue
Block a user