Module: sip-router
Branch: master
Commit: 7a86ec5e7f9d4ef6a72da741b336c909109f3c88
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7a86ec5…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Olle E. Johansson <oej(a)edvina.net>
Date: Mon Dec 10 13:55:13 2012 +0100
ratelimit: Adding a reference to the pipelimit module in README
---
modules/ratelimit/README | 4 ++++
modules/ratelimit/doc/ratelimit_admin.xml | 5 +++++
2 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/modules/ratelimit/README b/modules/ratelimit/README
index c1be817..daffe98 100644
--- a/modules/ratelimit/README
+++ b/modules/ratelimit/README
@@ -131,6 +131,10 @@ Chapter 1. Admin Guide
associated with its own queue and a number of queues are connected to a
certain pipe (see the queue and pipe params).
+ Please also take a look at the "pipelimit" module, that implements the
+ pipe policy with database support. Note that it doesn't implement the
+ queues that exist in this module.
+
2. Use Cases
Limiting the rate messages are processed on a system directly
diff --git a/modules/ratelimit/doc/ratelimit_admin.xml
b/modules/ratelimit/doc/ratelimit_admin.xml
index 8dfd5a5..250afcd 100644
--- a/modules/ratelimit/doc/ratelimit_admin.xml
+++ b/modules/ratelimit/doc/ratelimit_admin.xml
@@ -27,6 +27,11 @@
associated with its own queue and a number of queues are connected
to a certain pipe (see the queue and pipe params).
</para>
+ <para>
+ Please also take a look at the <quote>pipelimit</quote> module,
+ that implements the pipe policy with database support. Note that it
+ doesn't implement the queues that exist in this module.
+ </para>
</section>
<section>
<title>Use Cases</title>