All Downloads are FREE. Search and download functionalities are using the official Maven repository.

groups.5.4.1.Final.source-code.udp-new.xml Maven / Gradle / Ivy

The newest version!
<!--
  Default stack using IP multicasting (UDP) +NAKACK4 +UNICAST4 -STABLE -MFC - UFC
  author: Bela Ban
-->
<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
         mcast_port="${jgroups.udp.mcast_port:45588}"
         bundler.capacity="20000"
         thread_pool.min_threads="0"
         thread_pool.max_threads="200"
         thread_pool.keep_alive_time="30s"/>
    <RED/>
    <PING />
    <MERGE3 max_interval="30s"
            min_interval="10s"/>
    <FD_SOCK2/>
    <FD_ALL3/>
    <VERIFY_SUSPECT2 timeout="1.5s"  />
    <BARRIER />
    <NAKACK4  xmit_interval="0.5s" capacity="6000"/>
    <UNICAST4 xmit_interval="0.5s" capacity="2048"/>
    <pbcast.GMS print_local_addr="true" join_timeout="1s"/>
    <FRAG2 frag_size="60K"  />
    <pbcast.STATE_TRANSFER />
</config>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy