[packages] add opensips (openser fork)
[openwrt/svn-archive/archive.git] / net / opensips / patches / 005-config_h.patch
1 --- a/config.h
2 +++ b/config.h
3 @@ -48,7 +48,7 @@
4
5 #define MAX_LISTEN 16 /*!< maximum number of addresses on which we will listen */
6
7 -#define CHILD_NO 8 /*!< default number of child processes started */
8 +#define CHILD_NO 4 /*!< default number of child processes started */
9
10 #define RT_NO 100 /*!< routing tables number */
11 #define FAILURE_RT_NO RT_NO /*!< on_failure routing tables number */
12 @@ -114,7 +114,7 @@
13 #define SRV_MAX_PREFIX_LEN SRV_TLS_PREFIX_LEN
14
15 #define PKG_MEM_POOL_SIZE 1024*1024 /*!< Used only if PKG_MALLOC is defined*/
16 -#define SHM_MEM_SIZE 32 /*!< Used if SH_MEM is defined*/
17 +#define SHM_MEM_SIZE 8 /*!< Used if SH_MEM is defined*/
18
19 #define TIMER_TICK 1 /*!< one second */
20 #define UTIMER_TICK 100*1000 /*!< 100 miliseconds*/