<!--
  JGroups Protocol Stack Configuration.
  Based on TCP and SEQUENCER.
-->

<config>
    <TCP
         loopback="false"
         discard_incompatible_packets="true"
         use_incoming_packet_handler="true"
         enable_bundling="false"
         enable_diagnostics="true"
         thread_naming_pattern="cl"

         use_concurrent_stack="false"

         thread_pool.enabled="false"
         thread_pool.min_threads="8"
         thread_pool.max_threads="40"
         thread_pool.keep_alive_time="5000"
         thread_pool.queue_enabled="false"
         thread_pool.queue_max_size="100"
         thread_pool.rejection_policy="Run"

         oob_thread_pool.enabled="false"
         oob_thread_pool.min_threads="8"
         oob_thread_pool.max_threads="20"
         oob_thread_pool.keep_alive_time="5000"
         oob_thread_pool.queue_enabled="false"
         oob_thread_pool.queue_max_size="100"
         oob_thread_pool.rejection_policy="Run"/>
<!--          max_bundle_size="64000"
         max_bundle_timeout="30" -->
	<MPING timeout="2000"
		receive_on_all_interfaces="true"
		mcast_addr="228.10.10.10"
		mcast_port="45566"
        num_initial_members="3"/>
    <FD_SOCK />
	<FD timeout="1000" max_tries="10" shun="false" />
    <!-- <VERIFY_SUSPECT timeout="1500"  /> -->
    <pbcast.NAKACK use_mcast_xmit="false"
                   gc_lag="0"
                   retransmit_timeout="100,200,300,600,1200,2400,4800"
                   discard_delivered_msgs="true" 
				   />
    <pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
                   max_bytes="400000"/>
	<VIEW_SYNC avg_send_interval="60000" />
    <pbcast.GMS print_local_addr="true"
                join_timeout="3000"
                shun="false"/>
    <!-- Not used for improving performance: <FRAG2 frag_size="32000" /> -->
    <SEQUENCER />
    <!-- Not used for improving performance: <FC max_credits="2000000" min_threshold="0.10"/> -->
    <!--SFC max_credits="2000000"/-->
</config>
