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

groups.4.2.29.Final.source-code.mping.xml Maven / Gradle / Ivy

There is a newer version: 5.3.13.Final
Show newest version

<!--
TCP-based stack with IP multicast-based discovery
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"
        version="${version}">
    <TCP bind_port="7800"
         sock_conn_timeout="500"/>
    <MPING receive_on_all_interfaces="true"
           mcast_port="7500"/>
    <MERGE3/>
    <FD_SOCK/>
    <FD_ALL/>
    <VERIFY_SUSPECT/>
    <pbcast.NAKACK2/>
    <UNICAST3/>
    <pbcast.STABLE/>
    <pbcast.GMS/>
    <MFC/>
    <FRAG2/>
    <pbcast.STATE_TRANSFER />
</config>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy