-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathauction.xml
22 lines (22 loc) · 839 Bytes
/
auction.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<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">
<UDP log_discard_msgs="false"/>
<PING/>
<FD_ALL timeout="2000" interval="200" timeout_check_interval="1000"/>
<VERIFY_SUSPECT/>
<pbcast.NAKACK2 log_discard_msgs="false"/>
<tom.TOA/>
<UNICAST3/>
<MFC max_credits="2M"
min_threshold="0.4"/>
<COMPRESS compression_level="5"/>
<FRAG2 frag_size="4096"/>
<RATE_LIMITER max_bytes="50M"
time_period="1000"/>
<pbcast.GMS log_view_warnings="false"/>
<pbcast.STATE_TRANSFER/>
<ENCRYPT encrypt_entire_message="false"
sym_init="128" sym_algorithm="AES/ECB/PKCS5Padding"
asym_init="512" asym_algorithm="RSA"/>
</config>