groups.5.4.1.Final.source-code.tcp-new.xml Maven / Gradle / Ivy
The newest version!
<!-- TCP based stack, with NAKACK4 and UNICAST4 -STABLE - flow control protocols. This is usually used when IP multicasting cannot be used in a network, e.g. because it is disabled (routers discard multicast). Note that TCP.bind_addr and TCPPING.initial_hosts should be set, possibly via system properties, e.g. -Djgroups.bind_addr=192.168.5.2 and -Djgroups.tcpping.initial_hosts=192.168.5.2[7800] 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" > <TCP bind_addr="${jgroups.bind_addr:site_local}" bind_port="${jgroups.bind_port:7800}" thread_pool.min_threads="0" thread_pool.max_threads="200" thread_pool.keep_alive_time="30000"/> <NON_BLOCKING_SENDS/> <!--RED/--> <TCPPING async_discovery="true" initial_hosts="${jgroups.tcpping.initial_hosts:localhost[7800],localhost[7801]}" return_entire_cache="${jgroups.tcpping.return_entire_cache:false}" port_range="${jgroups.tcp.port_range:2}"/> <MERGE3 min_interval="10s" max_interval="30s"/> <FD_SOCK2/> <FD_ALL3 timeout="40s" interval="5s" /> <VERIFY_SUSPECT2 timeout="1.5s" /> <BARRIER /> <NAKACK4 use_mcast_xmit="false" capacity="8192" /> <UNICAST4 /> <pbcast.GMS print_local_addr="true" join_timeout="1s"/> <FRAG2 frag_size="60K" /> <!--RSVP resend_interval="2s" timeout="10s"/--> <pbcast.STATE_TRANSFER/> </config>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy