File: auth_X509.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 (38 lines) | stat: -rw-r--r-- 1,160 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
<config>
    <UDP mcast_send_buf_size="32000"
        mcast_port="45566"
        ucast_recv_buf_size="64000"
        loopback="true"
        mcast_recv_buf_size="64000"
        max_bundle_size="60000"
        max_bundle_timeout="30"
        ucast_send_buf_size="32000"
        ip_ttl="32"
        enable_bundling="false"/>
    <PING timeout="2000"
        num_initial_members="3"/>
    <MERGE2 max_interval="10000"
        min_interval="5000"/>
    <FD timeout="2000"
        max_tries="3"
        />
    <VERIFY_SUSPECT timeout="1500"/>
    <pbcast.NAKACK
        use_mcast_xmit="false"
        gc_lag="50"
        retransmit_timeout="600,1200,2400,4800"/>
    <UNICAST timeout="1200,2400,3600"/>
    <pbcast.STABLE stability_delay="1000"
        desired_avg_gossip="20000"
        max_bytes="4m"/>
    <FRAG frag_size="8192"/>
    <AUTH auth_class="org.jgroups.auth.X509Token"
        auth_value="chris"
        keystore_path="/home/bela/JGroups/keystore/defaultStore.keystore"
        keystore_password="changeit"
        cert_alias="test"
        cipher_type="RSA"/>
    <pbcast.GMS print_local_addr="true"
        join_timeout="3000"
        />
</config>