add cluster_mcast_ttl option

This commit is contained in:
Brendan O'Dea 2005-09-02 23:59:56 +00:00
parent a8823a7dfa
commit 2b05f31dc7
7 changed files with 26 additions and 4 deletions

View file

@ -335,6 +335,10 @@ on <A HREF="#Clustering">Clustering</A> for more information.
Interface for cluster packets (default: eth0).
</LI>
<LI><B>cluster_mcast_ttl</B> (int)<BR>
TTL for multicast packets (default: 1).
</LI>
<LI><B>cluster_hb_interval</B> (int)<BR>
Interval in tenths of a second between cluster heartbeat/pings.
</LI>