提交 8beac81a authored 作者: Anthony Minessale's avatar Anthony Minessale

add softtimer to the core, begin framework for static modules and reduces calls…

add softtimer to the core, begin framework for static modules and reduces calls to gettimeofday for timestamps

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5786 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 a2947eb2
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
<settings> <settings>
<!--Most channels to allow at once --> <!--Most channels to allow at once -->
<param name="max-sessions" value="1000"/> <param name="max-sessions" value="1000"/>
<!--Most channels to create per second -->
<param name="sessions-per-second" value="30"/>
<!--Try to catch any crashes that can be recoverable (in the context of a call)--> <!--Try to catch any crashes that can be recoverable (in the context of a call)-->
<param name="crash-protection" value="false"/> <param name="crash-protection" value="false"/>
<!--RTP port range --> <!--RTP port range -->
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论