Skip to content

Instantly share code, notes, and snippets.

@allenluce
Created November 18, 2019 23:17
Show Gist options
  • Save allenluce/6c5b71b08dbbdd8ac3cb7cc76cc9ce0f to your computer and use it in GitHub Desktop.
Save allenluce/6c5b71b08dbbdd8ac3cb7cc76cc9ce0f to your computer and use it in GitHub Desktop.
<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-3.4.xsd">
<TUNNEL gossip_router_hosts="${jgroups.tunnel.gossip_router_hosts:10.20.30.162[12001]}"/>
<PING/>
<MERGE3/>
<FD/>
<VERIFY_SUSPECT/>
<pbcast.NAKACK2 use_mcast_xmit="false"/>
<UNICAST3/>
<pbcast.STABLE/>
<pbcast.GMS/>
<UFC/>
<MFC/>
<FRAG2/>
<pbcast.STATE_TRANSFER/>
<pbcast.FLUSH timeout="2000"/>
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment