groups.5.3.11.Final.source-code.fast.xml Maven / Gradle / Ivy
<!-- Fast configuration for local mode, ie. all members reside on the same host. Setting ip_ttl to 0 means that no multicast packet will make it outside the local host. Therefore, this configuration will NOT work to cluster members residing on different hosts ! Author: Bela Ban --> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:org:jgroups" xsi:schemaLocation="urn:org:jgroups http://www.jgroups.org/schema/jgroups.xsd" > <UDP mcast_port="${jgroups.udp.mcast_port:45588}" thread_pool.min_threads="2" thread_pool.max_threads="200" thread_pool.keep_alive_time="5s"/> <RED/> <PING /> <MERGE3 max_interval="30s" min_interval="10s"/> <FD_SOCK2/> <FD_ALL3/> <VERIFY_SUSPECT timeout="1.5s" /> <pbcast.NAKACK2 xmit_interval="0.5s"/> <UNICAST3 xmit_interval="0.5s"/> <pbcast.STABLE desired_avg_gossip="50s" max_bytes="8m"/> <pbcast.GMS print_local_addr="true" join_timeout="3s"/> <UFC max_credits="2M" min_threshold="0.4"/> <MFC max_credits="2M" min_threshold="0.4"/> <FRAG2 frag_size="60K" /> </config>