79a3d063303c71a70ac1eac0313761680698ca15
[policy/apex-pdp.git] /
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ============LICENSE_START=======================================================
4    Copyright (C) 2016-2018 Ericsson. All rights reserved.
5   ================================================================================
6   Licensed under the Apache License, Version 2.0 (the "License");
7   you may not use this file except in compliance with the License.
8   You may obtain a copy of the License at
9
10        http://www.apache.org/licenses/LICENSE-2.0
11
12   Unless required by applicable law or agreed to in writing, software
13   distributed under the License is distributed on an "AS IS" BASIS,
14   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15   See the License for the specific language governing permissions and
16   limitations under the License.
17
18   SPDX-License-Identifier: Apache-2.0
19   ============LICENSE_END=========================================================
20 -->
21
22 <config
23     xmlns="urn:org:jgroups"
24     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
25     xsi:schemaLocation="urn:org:jgroups http://www.jgroups.org/schema/jgroups-4.0.xsd">
26     <UDP
27         mcast_addr="${jgroups.udp.mcast_addr:228.6.7.8}"
28         mcast_port="${jgroups.udp.mcast_port:46655}"
29         bind_port="${jgroups.udp.mcast.bind_port:63005}"
30         bind_addr="${jgroups.udp.mcast.bind_addr:127.0.0.1}"
31         ucast_send_buf_size="1m"
32         mcast_send_buf_size="1m"
33         ucast_recv_buf_size="20m"
34         mcast_recv_buf_size="25m"
35         ip_ttl="${jgroups.ip_ttl:2}"
36         thread_naming_pattern="pl"
37         enable_diagnostics="false"
38         bundler_type="no-bundler"
39         max_bundle_size="8500"
40
41         thread_pool.min_threads="${jgroups.thread_pool.min_threads:0}"
42         thread_pool.max_threads="${jgroups.thread_pool.max_threads:200}"
43         thread_pool.keep_alive_time="60000" />
44     <PING />
45     <MERGE3
46         min_interval="10000"
47         max_interval="30000" />
48     <FD_SOCK />
49     <FD_SOCK
50         bind_addr="${jgroups.udp.mcast.bind_addr:127.0.0.1}"
51         sock_conn_timeout="60000"
52         start_port="${jgroups.udp.fd.sock.start_port:63010}"
53         port_range="1000" />
54
55     <FD_ALL
56         timeout="60000"
57         interval="15000"
58         timeout_check_interval="5000" />
59     <VERIFY_SUSPECT timeout="5000" />
60     <pbcast.NAKACK2
61         xmit_interval="100"
62         xmit_table_num_rows="50"
63         xmit_table_msgs_per_row="1024"
64         xmit_table_max_compaction_time="30000"
65         resend_last_seqno="true" />
66     <UNICAST3
67         xmit_interval="100"
68         xmit_table_num_rows="50"
69         xmit_table_msgs_per_row="1024"
70         xmit_table_max_compaction_time="30000"
71         conn_expiry_timeout="0" />
72     <pbcast.STABLE
73         stability_delay="500"
74         desired_avg_gossip="5000"
75         max_bytes="1M" />
76     <pbcast.GMS
77         print_local_addr="false"
78         install_view_locally_first="true"
79         join_timeout="${jgroups.join_timeout:5000}" />
80     <UFC
81         max_credits="2m"
82         min_threshold="0.40" />
83     <MFC
84         max_credits="2m"
85         min_threshold="0.40" />
86     <FRAG3 frag_size="8000" />
87 </config>