NUM_SESSION_PROCESSORS for CMake

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1793 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 17 years ago
parent e9d777b8a5
commit 49f6c8ea2a

@ -51,13 +51,15 @@
// session considered dead after 5 minutes no RTP
#define DEAD_RTP_TIME 5*60
/* Session Timer defaul configuration: */
/* Session Timer default configuration: */
#define DEFAULT_ENABLE_SESSION_TIMER 1
#define SESSION_EXPIRES 60 // seconds
#define MINIMUM_TIMER 5 //seconds
#define NUM_MEDIA_PROCESSORS 1
#define NUM_SESSION_PROCESSORS 10
#define MAX_NET_DEVICES 32
extern const char* progname;

Loading…
Cancel
Save