|
1 | 1 | <!-- Changes from default jgroups udp.xml: -->
|
2 | 2 | <!-- 1. Changed print_local_addr from true to false -->
|
3 |
| -<!-- 2. Disabled STREAMING_STATE_TRANSFER, we don't use it --> |
| 3 | +<!-- 2. Disabled STATE_TRANSFER, we don't use it --> |
4 | 4 |
|
5 | 5 | <!--
|
6 | 6 | Default stack using IP multicasting. It is similar to the "udp"
|
7 | 7 | stack in stacks.xml, but doesn't use streaming state transfer and flushing
|
| 8 | + author: Bela Ban |
| 9 | + version: $Id: udp.xml,v 1.40 2010/02/08 07:11:15 belaban Exp $ |
8 | 10 | -->
|
| 11 | + |
9 | 12 | <config xmlns="urn:org:jgroups"
|
10 | 13 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
11 | 14 | xsi:schemaLocation="urn:org:jgroups http://www.jgroups.org/schema/JGroups-2.8.xsd">
|
12 | 15 | <UDP
|
13 | 16 | mcast_port="${jgroups.udp.mcast_port:45588}"
|
14 | 17 | tos="8"
|
15 |
| - ucast_recv_buf_size="20000000" |
16 |
| - ucast_send_buf_size="640000" |
17 |
| - mcast_recv_buf_size="25000000" |
18 |
| - mcast_send_buf_size="640000" |
19 |
| - loopback="false" |
| 18 | + ucast_recv_buf_size="20M" |
| 19 | + ucast_send_buf_size="640K" |
| 20 | + mcast_recv_buf_size="25M" |
| 21 | + mcast_send_buf_size="640K" |
| 22 | + loopback="true" |
20 | 23 | discard_incompatible_packets="true"
|
21 |
| - max_bundle_size="64000" |
| 24 | + max_bundle_size="64K" |
22 | 25 | max_bundle_timeout="30"
|
23 | 26 | ip_ttl="${jgroups.udp.ip_ttl:2}"
|
24 | 27 | enable_bundling="true"
|
25 | 28 | enable_diagnostics="true"
|
26 | 29 | thread_naming_pattern="cl"
|
27 |
| - num_timer_threads="4" |
| 30 | + timer.num_threads="4" |
28 | 31 |
|
29 | 32 | thread_pool.enabled="true"
|
30 | 33 | thread_pool.min_threads="2"
|
|
57 | 60 | discard_delivered_msgs="true"/>
|
58 | 61 | <UNICAST timeout="300,600,1200"/>
|
59 | 62 | <pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
|
60 |
| - max_bytes="1000000"/> |
| 63 | + max_bytes="1M"/> |
61 | 64 | <pbcast.GMS print_local_addr="false" join_timeout="3000"
|
62 | 65 |
|
63 | 66 | view_bundling="true"/>
|
64 |
| - <FC max_credits="500000" |
| 67 | + <FC max_credits="500K" |
65 | 68 | min_threshold="0.20"/>
|
66 |
| - <FRAG2 frag_size="60000"/> |
| 69 | + <FRAG2 frag_size="60K"/> |
67 | 70 | <!--pbcast.STREAMING_STATE_TRANSFER /-->
|
68 |
| - <!--<pbcast.STATE_TRANSFER/>--> |
| 71 | + <!--<pbcast.STATE_TRANSFER />--> |
69 | 72 | <!-- pbcast.FLUSH /-->
|
70 | 73 | </config>
|
0 commit comments