revert to older version of 'ser', the new one just doesn't work
[openwrt-10.03/.git] / package / ser / patches / 220-default_config.patch
1 diff -urN ser-0.8.14.old/config.h ser-0.8.14.dev/config.h
2 --- ser-0.8.14.old/config.h     2004-04-27 22:28:59.000000000 +0200
3 +++ ser-0.8.14.dev/config.h     2005-05-01 01:48:00.000000000 +0200
4 @@ -53,7 +53,7 @@
5  #define MAX_LISTEN 16
6  
7  /* default number of child processes started */
8 -#define CHILD_NO    8
9 +#define CHILD_NO    2
10  
11  #define RT_NO 20 /* routing tables number */
12  #define FAILURE_RT_NO RT_NO /* on_failure routing tables number */
13 @@ -117,7 +117,7 @@
14  #define PKG_MEM_POOL_SIZE 1024*1024
15  
16  /*used if SH_MEM is defined*/
17 -#define SHM_MEM_SIZE 32
18 +#define SHM_MEM_SIZE 8
19  
20  #define TIMER_TICK 1
21