Module: kamailio Branch: master Commit: 1c8aa5b7d6569bd758d3f74c84310c4634f1ce7b URL: https://github.com/kamailio/kamailio/commit/1c8aa5b7d6569bd758d3f74c84310c4634f1ce7b
Author: Mikko Lehto <[email protected]> Committer: Mikko Lehto <[email protected]> Date: 2017-06-21T21:40:03+03:00 modules/pike: fix documentation typo [skip ci] --- Modified: src/modules/pike/doc/pike_admin.xml --- Diff: https://github.com/kamailio/kamailio/commit/1c8aa5b7d6569bd758d3f74c84310c4634f1ce7b.diff Patch: https://github.com/kamailio/kamailio/commit/1c8aa5b7d6569bd758d3f74c84310c4634f1ce7b.patch --- diff --git a/src/modules/pike/doc/pike_admin.xml b/src/modules/pike/doc/pike_admin.xml index fdc329b040..fe6891e330 100644 --- a/src/modules/pike/doc/pike_admin.xml +++ b/src/modules/pike/doc/pike_admin.xml @@ -110,7 +110,7 @@ modparam("pike", "reqs_density_per_unit", 30) <section id="pike.p.remove_latency"> <title><varname>remove_latency</varname> (integer)</title> <para> - Speciies for how long the IP address will be kept in memory after the last + Specifies for how long the IP address will be kept in memory after the last request from that IP address. It's a sort of timeout value, in seconds. Note that it is not the duration to keep the IP in state 'blocked'. An IP is unblocked next occurence of 'sampling_time_unit' that does not _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
