]> git.meshlink.io Git - catta/blobdiff - man/avahi-daemon.conf.5.xml.in
core: avahi on Linux uses incorrect address for P-t-P interface
[catta] / man / avahi-daemon.conf.5.xml.in
index 3c8153ed751be4f76d8e08561e36ec896ad0a587..487645bbe6e83180b4a52f9cbf428a7b91a01a82 100644 (file)
@@ -72,8 +72,8 @@
     <option>
       <p><opt>allow-interfaces=</opt> Set a comma separated list of
       allowed network interfaces that should be used by the
-      avahi-daemon.  Other interfaces will be ignored. If set to the
-      empty list all local interfaces except loopback and
+      avahi-daemon. Traffic on other interfaces will be ignored. If
+      set to an empty list all local interfaces except loopback and
       point-to-point will be used.</p>
     </option>
 
@@ -81,8 +81,8 @@
       <p><opt>deny-interfaces=</opt> Set a comma separated list of
       network interfaces that should be ignored by avahi-daemon.
       Other not specified interfaces will be used, unless
-      <opt>allow-interfaces</opt> is set. This option takes
-      precedence over <opt>deny-interfaces</opt>.</p>
+      <opt>allow-interfaces=</opt> is set. This option takes
+      precedence over <opt>allow-interfaces=</opt>.</p>
     </option>
 
     <option>
     <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>
     <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]">