Module: sip-router Branch: master Commit: ddfadf58f4a99fb160554e81e43fca5ddf0c38ad URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ddfadf58...
Author: Olle E. Johansson oej@edvina.net Committer: Olle E. Johansson oej@edvina.net Date: Wed Apr 3 21:27:45 2013 +0200
pike Update README with section ID's
---
modules/pike/README | 6 +++--- modules/pike/doc/pike_admin.xml | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/modules/pike/README b/modules/pike/README index 11fabcc..732db73 100644 --- a/modules/pike/README +++ b/modules/pike/README @@ -174,7 +174,7 @@ modparam("pike", "pike_log_level", -1)
4.1. pike_check_req()
-4.1. pike_check_req() +4.1. pike_check_req()
Process the source IP of the current request and returns false if the IP was exceeding the blocking limit. @@ -200,7 +200,7 @@ if (!pike_check_req()) { exit; };
5.1. pike_list
-5.1. pike_list +5.1. pike_list
Lists the nodes in the pike tree.
@@ -218,7 +218,7 @@ Chapter 2. RPC calls
1. pike.top
-1. pike.top +1. pike.top
Pike.top behaves like a 'top' command and shows source IP addresses of incoming requestes to pike_check_req() function. diff --git a/modules/pike/doc/pike_admin.xml b/modules/pike/doc/pike_admin.xml index a245a69..9ccc91c 100644 --- a/modules/pike/doc/pike_admin.xml +++ b/modules/pike/doc/pike_admin.xml @@ -58,7 +58,7 @@ </section> <section> <title>Parameters</title> - <section> + <section id="pike.p.sampling_time_unit"> <title><varname>sampling_time_unit</varname> (integer)</title> <para> Time period in seconds used for sampling (or the sampling accuracy). @@ -85,7 +85,7 @@ modparam("pike", "sampling_time_unit", 10) </programlisting> </example> </section> - <section> + <section id="pike.p.reqs_density_per_unit"> <title><varname>reqs_density_per_unit</varname> (integer)</title> <para> How many requests should be allowed per sampling_time_unit before @@ -107,7 +107,7 @@ modparam("pike", "reqs_density_per_unit", 30) </programlisting> </example> </section> - <section> + <section id="pike.p.remove_latency"> <title><varname>remove_latency</varname> (integer)</title> <para> For how long the IP address will be kept in memory after the last @@ -132,7 +132,7 @@ modparam("pike", "remove_latency", 130) </programlisting> </example> </section> - <section> + <section id="pike.p.pike_log_level"> <title><varname>pike_log_level</varname> (integer)</title> <para> Log level to be used by module to auto report the blocking (only first @@ -157,7 +157,7 @@ modparam("pike", "pike_log_level", -1)
<section> <title>Functions</title> - <section> + <section id="pike.f.pike_check_req"> <title> <function moreinfo="none">pike_check_req()</function> </title> @@ -208,7 +208,7 @@ if (!pike_check_req()) { exit; };
<section> <title>MI Commands</title> - <section> + <section id="pike.m.pike_list"> <title> <function moreinfo="none">pike_list</function> </title>