<config xmlns="urn:org:jgroups"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:org:jgroups http://www.jgroups.org/schema/jgroups.xsd">
<UDP
bind_addr="match-address:192.168.*"
bind_port="45677"
mcast_addr="239.8.8.8"
mcast_port="45678"
mcast_send_buf_size="210K"
thread_pool.min_threads="0"
thread_pool.max_threads="200"
thread_pool.keep_alive_time="30s" /> <!-- multicast for transfer, bind to the ETH network (192.168.*) address, not the tunnels -->
<MPING
bind_addr="match-address:192.168.*"
mcast_addr="239.8.8.7"
mcast_port="45678"/> <!-- Use ping for member discovery -->
<MERGE3
max_interval="5s"
min_interval="3s" /> <!-- merge JGroups if they segment, ensure this timer is below the verify timer -->
<FD_ALL3
interval="3s"
timeout="30s"/> <!-- How long until we consider a member 'gone' -->
<BARRIER /> <!-- Barrier for transmission, used in conjunction with flow control -->
<pbcast.NAKACK2
xmit_interval="0.5s"
use_mcast_xmit="true"
use_mcast_xmit_req="true" /> <!-- NAKACK2 ensure in sequence delivery. NAKACK4 can cause drops, NAKACK2 does not -->
<pbcast.STABLE
max_bytes="15M" /> <!-- Detection if all members have received a message a drop received by all -->
<pbcast.GMS
join_timeout="1s" /> <!-- How group members are discovered -->
<MFC
max_credits="50M"
min_threshold="0.4" /> <!-- Multicast Flow control -->
<UFC
max_credits="50M"
min_threshold="0.4" /> <!-- Unicast Flow control -->
<FRAG2
frag_size="60K" /> <!-- Fragment UDP packets -->
<pbcast.STATE_TRANSFER /> <!-- Transferal of state of the entire cluster -->
</config>
--
You received this message because you are subscribed to the Google Groups "jgroups-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jgroups-dev...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/jgroups-dev/7b0ad665-a3f6-4c88-bc6c-522d90be1211n%40googlegroups.com.
-- Bela Ban | http://www.jgroups.org
To view this discussion visit https://groups.google.com/d/msgid/jgroups-dev/815d8745-2438-4724-8416-4aab284a4918n%40googlegroups.com.