[packages] add kamailio (former openser)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17841 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
20
net/kamailio/patches/005-config_h.patch
Normal file
20
net/kamailio/patches/005-config_h.patch
Normal file
@ -0,0 +1,20 @@
|
||||
--- a/config.h
|
||||
+++ b/config.h
|
||||
@@ -48,7 +48,7 @@
|
||||
|
||||
#define MAX_LISTEN 16 /*!< maximum number of addresses on which we will listen */
|
||||
|
||||
-#define CHILD_NO 8 /*!< default number of child processes started */
|
||||
+#define CHILD_NO 4 /*!< default number of child processes started */
|
||||
|
||||
#ifndef RT_NO
|
||||
#define RT_NO 80 /*!< routing tables number */
|
||||
@@ -119,7 +119,7 @@
|
||||
#define PKG_MEM_POOL_SIZE 4*1024*1024 /*!< Used only if PKG_MALLOC is defined*/
|
||||
#endif
|
||||
|
||||
-#define SHM_MEM_SIZE 32 /*!< Used if SH_MEM is defined*/
|
||||
+#define SHM_MEM_SIZE 8 /*!< Used if SH_MEM is defined*/
|
||||
|
||||
#define TIMER_TICK 1 /*!< one second */
|
||||
#define UTIMER_TICK 100*1000 /*!< 100 miliseconds*/
|
Reference in New Issue
Block a user