1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
<!-- ************ JGroups Protocol Stack Configuration ************** -->
<!-- generated by XmlConfigurator on Mon Apr 26 11:26:13 PDT 2004 -->
<!-- input file: smack_tunnel.old.xml -->
<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-2.12.xsd">
<TUNNEL router_port="12001" router_host="localhost"/>
<FD_SIMPLE timeout="3000" interval="2000" max_missed_hbs="3"/>
<UNICAST timeout="1200,2400,3000" />
<SMACK max_xmits="20" timeout="1000,1500,2000" />
</config>
|