/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

  1. <config>
  2. <!-- currently use UDP/PING instead of TCP/TCPPING -->
  3. <UDP down_thread="false"
  4. mcast_send_buf_size="640000"
  5. mcast_port="45566"
  6. discard_incompatible_packets="true"
  7. ucast_recv_buf_size="20000000"
  8. mcast_addr="228.10.10.10"
  9. up_thread="false"
  10. loopback="false"
  11. mcast_recv_buf_size="25000000"
  12. max_bundle_size="64000"
  13. max_bundle_timeout="30"
  14. use_incoming_packet_handler="true"
  15. use_outgoing_packet_handler="false"
  16. ucast_send_buf_size="640000"
  17. tos="16"
  18. enable_bundling="true"
  19. ip_ttl="2"/>
  20. <PING timeout="2000"
  21. down_thread="false"
  22. num_initial_members="3"
  23. up_thread="false"/>
  24. <!-- TCP start_port="7800"
  25. loopback="true"
  26. recv_buf_size="20000000"
  27. send_buf_size="640000"
  28. discard_incompatible_packets="true"
  29. max_bundle_size="64000"
  30. max_bundle_timeout="30"
  31. use_incoming_packet_handler="true"
  32. use_outgoing_packet_handler="false"
  33. down_thread="false" up_thread="false"
  34. enable_bundling="true"
  35. use_send_queues="false"
  36. sock_conn_timeout="300"
  37. skip_suspected_members="true"/ -->
  38. <!-- TCPPING timeout="3000"
  39. down_thread="false" up_thread="false"
  40. initial_hosts="${jgroups.tcpping.initial_hosts:localhost[7800],localhost[7801]}"
  41. port_range="1"
  42. num_initial_members="3"/ -->
  43. <MERGE2 max_interval="10000"
  44. down_thread="false"
  45. up_thread="false"
  46. min_interval="5000"/>
  47. <!-- When this protocol is enabled, it seems to take more than 5 sec to get a return value -->
  48. <!-- FD_SOCK down_thread="false" up_thread="false"/ -->
  49. <FD timeout="2000" max_tries="3" down_thread="false" up_thread="false" shun="true"/>
  50. <VERIFY_SUSPECT timeout="1500" down_thread="false" up_thread="false"/>
  51. <pbcast.NAKACK max_xmit_size="60000"
  52. use_mcast_xmit="false" gc_lag="0"
  53. retransmit_timeout="100,200,300,600,1200,2400,4800"
  54. down_thread="false" up_thread="false"
  55. discard_delivered_msgs="true"/>
  56. <!-- UNICAST timeout="300,600,1200,2400,3600"
  57. down_thread="false" up_thread="false"/ -->
  58. <pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
  59. down_thread="false" up_thread="false"
  60. max_bytes="400000"/>
  61. <VIEW_SYNC down_thread="false"
  62. avg_send_interval="60000"
  63. up_thread="false"/>
  64. <pbcast.GMS print_local_addr="false" join_timeout="3000"
  65. down_thread="false" up_thread="false"
  66. join_retry_timeout="2000" shun="true"
  67. view_bundling="true"/>
  68. <FC max_credits="2000000" down_thread="false" up_thread="false"
  69. min_threshold="0.10"/>
  70. <FRAG2 frag_size="60000" down_thread="false" up_thread="false"/>
  71. <!-- pbcast.STATE_TRANSFER down_thread="false" up_thread="false" use_flush="false"/ -->
  72. <!-- enabling the protocols below seems to also give the problem of 'slow' return values -->
  73. <!-- pbcast.STREAMING_STATE_TRANSFER down_thread="false" up_thread="false"
  74. use_flush="true" use_reading_thread="true"/ -->
  75. <!-- pbcast.FLUSH down_thread="false" up_thread="false"/ -->
  76. </config>