projects
/
sip-router
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
- removed 2 warnings on Solaris
[sip-router]
/
config.h
diff --git
a/config.h
b/config.h
index
58ac4d6
..
7468097
100644
(file)
--- a/
config.h
+++ b/
config.h
@@
-15,4
+15,10
@@
/* receive buffer size */
#define BUF_SIZE 65507
+/* maximum number of addresses on which we will listen */
+#define MAX_LISTEN 16
+
+/* default number of child processes started */
+#define CHILD_NO 8
+
#endif