/interpreter/tags/at_build150307/src/edu/vub/at/actors/net/jgroups-protocol.xml
http://ambienttalk.googlecode.com/ · XML · 93 lines · 47 code · 17 blank · 29 comment · 0 complexity · 04d69de0f52addab57d160d3269d14b2 MD5 · raw file
- <config>
- <!-- currently use UDP/PING instead of TCP/TCPPING -->
-
- <UDP down_thread="false"
- mcast_send_buf_size="640000"
- mcast_port="45566"
- discard_incompatible_packets="true"
- ucast_recv_buf_size="20000000"
- mcast_addr="228.10.10.10"
- up_thread="false"
- loopback="false"
- mcast_recv_buf_size="25000000"
- max_bundle_size="64000"
- max_bundle_timeout="30"
- use_incoming_packet_handler="true"
- use_outgoing_packet_handler="false"
- ucast_send_buf_size="640000"
- tos="16"
- enable_bundling="true"
- ip_ttl="2"/>
- <PING timeout="2000"
- down_thread="false"
- num_initial_members="3"
- up_thread="false"/>
- <!-- TCP start_port="7800"
- loopback="true"
- recv_buf_size="20000000"
- send_buf_size="640000"
- discard_incompatible_packets="true"
- max_bundle_size="64000"
- max_bundle_timeout="30"
- use_incoming_packet_handler="true"
- use_outgoing_packet_handler="false"
- down_thread="false" up_thread="false"
- enable_bundling="true"
- use_send_queues="false"
- sock_conn_timeout="300"
- skip_suspected_members="true"/ -->
-
- <!-- TCPPING timeout="3000"
- down_thread="false" up_thread="false"
- initial_hosts="${jgroups.tcpping.initial_hosts:localhost[7800],localhost[7801]}"
- port_range="1"
- num_initial_members="3"/ -->
- <MERGE2 max_interval="10000"
- down_thread="false"
- up_thread="false"
- min_interval="5000"/>
- <!-- When this protocol is enabled, it seems to take more than 5 sec to get a return value -->
- <!-- FD_SOCK down_thread="false" up_thread="false"/ -->
- <FD timeout="2000" max_tries="3" down_thread="false" up_thread="false" shun="true"/>
- <VERIFY_SUSPECT timeout="1500" down_thread="false" up_thread="false"/>
- <pbcast.NAKACK max_xmit_size="60000"
- use_mcast_xmit="false" gc_lag="0"
- retransmit_timeout="100,200,300,600,1200,2400,4800"
- down_thread="false" up_thread="false"
- discard_delivered_msgs="true"/>
- <!-- UNICAST timeout="300,600,1200,2400,3600"
- down_thread="false" up_thread="false"/ -->
- <pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
- down_thread="false" up_thread="false"
- max_bytes="400000"/>
- <VIEW_SYNC down_thread="false"
- avg_send_interval="60000"
- up_thread="false"/>
- <pbcast.GMS print_local_addr="false" join_timeout="3000"
- down_thread="false" up_thread="false"
- join_retry_timeout="2000" shun="true"
- view_bundling="true"/>
- <FC max_credits="2000000" down_thread="false" up_thread="false"
- min_threshold="0.10"/>
- <FRAG2 frag_size="60000" down_thread="false" up_thread="false"/>
- <!-- pbcast.STATE_TRANSFER down_thread="false" up_thread="false" use_flush="false"/ -->
- <!-- enabling the protocols below seems to also give the problem of 'slow' return values -->
- <!-- pbcast.STREAMING_STATE_TRANSFER down_thread="false" up_thread="false"
- use_flush="true" use_reading_thread="true"/ -->
- <!-- pbcast.FLUSH down_thread="false" up_thread="false"/ -->
- </config>