File: tcpgossip.xml

package info (click to toggle)
libjgroups-java 2.12.2.Final-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 8,692 kB
  • ctags: 17,000
  • sloc: java: 109,098; xml: 9,423; sh: 174; makefile: 15
file content (59 lines) | stat: -rw-r--r-- 2,113 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59


	<!--
		************ JGroups Protocol Stack Configuration **************
	-->
	<!-- generated by XmlConfigurator on Mon Apr 26 11:26:18 PDT 2004 -->
	<!-- input file: tcpgossip.old.xml -->

<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-2.12.xsd">
	<TCP bind_port="7800" loopback="true" 
		recv_buf_size="${tcp.recv_buf_size:20M}"
		send_buf_size="${tcp.send_buf_size:640K}"
		discard_incompatible_packets="true" 
		max_bundle_size="64K"
		max_bundle_timeout="30" 
		enable_bundling="true" 
		use_send_queues="true"
		sock_conn_timeout="300"

        timer_type="new"
        timer.min_threads="4"
        timer.max_threads="10"
        timer.keep_alive_time="3000"
        timer.queue_max_size="500"

        thread_pool.enabled="true"
		thread_pool.min_threads="1" 
		thread_pool.max_threads="10"
		thread_pool.keep_alive_time="5000" 
		thread_pool.queue_enabled="false"
		thread_pool.queue_max_size="100" 
		thread_pool.rejection_policy="discard"

		oob_thread_pool.enabled="true" 
		oob_thread_pool.min_threads="1"
		oob_thread_pool.max_threads="8" 
		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="discard" />
    <TCPGOSSIP timeout="3000"
               initial_hosts="${jgroups.tunnel.gossip_router_hosts:localhost[12001]}"
               num_initial_members="3" />
    <MERGE2 max_interval="30000" min_interval="10000" />
    <FD timeout="2000" max_tries="4" />
    <VERIFY_SUSPECT timeout="1500" />
    <pbcast.NAKACK use_mcast_xmit="false" gc_lag="100"
                   retransmit_timeout="600,1200,2400,4800" />
    <UNICAST timeout="300,600,1200" />
    <pbcast.STABLE stability_delay="1000" desired_avg_gossip="20000"
                   max_bytes="4m" />
    <pbcast.GMS print_local_addr="true" join_timeout="5000" />
    <UFC max_credits="2M"
         min_threshold="0.4"/>
    <MFC max_credits="2M"
         min_threshold="0.4"/>
    <FRAG2 frag_size="60000" />
</config>