All Downloads are FREE. Search and download functionalities are using the official Maven repository.

stacks.broken-tcp.xml Maven / Gradle / Ivy

The newest version!
<config xmlns="urn:org:jgroups"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="urn:org:jgroups http://www.jgroups.org/schema/jgroups-5.3.xsd">
   <TCP
         bind_addr="${jgroups.bind.address,jgroups.tcp.address:127.0.0.1}"
         bind_port="${jgroups.bind.port,jgroups.tcp.port:7800}"
         port_range="30"
         recv_buf_size="20m"
         send_buf_size="640k"
         bundler.max_size="8500"
         diag.enabled="false"
         tcp_nodelay="true"
         bundler_type="transfer-queue"

         thread_naming_pattern="pl"

         thread_pool.min_threads="0"
         thread_pool.max_threads="5"
         thread_pool.keep_alive_time="60000"
   />

   <NONEXISTENTPROTOCOL />

</config>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy