summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-06-29 02:24:02 +0200
committerLennart Poettering <lennart@poettering.net>2010-06-29 02:24:02 +0200
commitd7b03753f10d93d278091d39b95adf3b18a2770c (patch)
tree49e7a335eac64aa01a84c3c1cd0003e83f02c8eb /man
parent17cb9485bbf194aadf94642eafe261303fe8a867 (diff)
core: implement packet rate limiting and enable it by default
Diffstat (limited to 'man')
-rw-r--r--man/avahi-daemon.conf.5.xml.in22
1 files changed, 19 insertions, 3 deletions
diff --git a/man/avahi-daemon.conf.5.xml.in b/man/avahi-daemon.conf.5.xml.in
index 62f3a9d..487645b 100644
--- a/man/avahi-daemon.conf.5.xml.in
+++ b/man/avahi-daemon.conf.5.xml.in
@@ -159,7 +159,7 @@
<option>
<p><opt>objects-per-client-max=</opt> Takes an unsigned
integer. The maximum number of objects (entry groups, browsers,
- resolvers) that may be registered per client at a time. If the
+ resolvers) that may be registered per D-Bus client at a time. If the
maximum number is reached further object creation will be
refused until at least one object is freed.</p>
</option>
@@ -167,10 +167,26 @@
<option>
<p><opt>entries-per-entry-group-max=</opt> Takes an unsigned
integer. The maximum number of entries (resource records) per
- entry group at a time. If the maximum number is reached further
- resource records may not be added to an entry group.</p>
+ entry group registered by a D-Bus client at a time. If the
+ maximum number is reached further resource records may not be
+ added to an entry group.</p>
</option>
+ <option>
+ <p><opt>ratelimit-interval-usec=</opt> Takes an unsigned
+ integer. Sets the per-interface packet rate-limiting interval
+ parameter. Together with <opt>ratelimit-burst=</opt> this may be
+ used to control the maximum number of packets Avahi will
+ generated in a specific period of time on an interface.</p>
+ </option>
+
+ <option>
+ <p><opt>ratelimit-burst=</opt> Takes an unsigned
+ integer. Sets the per-interface packet rate-limiting burst
+ parameter. Together with <opt>ratelimit-interval-usec=</opt> this may be
+ used to control the maximum number of packets Avahi will
+ generated in a specific period of time on an interface.</p>
+ </option>
</section>
<section name="Section [wide-area]">