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

ildfly-client-all.10.0.0.CR1.source-code.flush-tcp.xml Maven / Gradle / Ivy

<!-- 
		TCP based stack, with flush, flow control and message bundling. 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]"
        
-->        
<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_port="7800"/>
    <TCPPING initial_hosts="${jgroups.tcpping.initial_hosts:localhost[7800],localhost[7801]}"
             port_range="1"/>
    <MERGE3/>
    <FD_SOCK/>
    <FD/>
    <VERIFY_SUSPECT/>
    <pbcast.NAKACK2 use_mcast_xmit="false"/>
    <UNICAST3/>
    <pbcast.STABLE/>
    <pbcast.GMS/>
    <MFC/>
    <FRAG2/>
    <pbcast.STATE_TRANSFER/>
    <pbcast.FLUSH timeout="0"/>
</config>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy