[jboss-cvs] JBoss Messaging SVN: r4129 - trunk/src/etc.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 29 05:08:48 EDT 2008


Author: jmesnil
Date: 2008-04-29 05:08:48 -0400 (Tue, 29 Apr 2008)
New Revision: 4129

Modified:
   trunk/src/etc/jbm-configuration.xml
Log:
JBMESSAGING-1272: Configurable TCP window size & no delay
- readded property remoting-tcp-send-buffer-size

Modified: trunk/src/etc/jbm-configuration.xml
===================================================================
--- trunk/src/etc/jbm-configuration.xml	2008-04-28 19:03:12 UTC (rev 4128)
+++ trunk/src/etc/jbm-configuration.xml	2008-04-29 09:08:48 UTC (rev 4129)
@@ -37,6 +37,11 @@
       <!-- This setting is taken into account only when remoting-transport is set to TCP -->
       <remoting-tcp-receive-buffer-size>-1</remoting-tcp-receive-buffer-size>
 
+      <!-- Set the TCP Send Buffer size (SO_SNDBUF).                                     -->
+      <!-- Set it to -1 if you want to use the value hinted by the Operating System      --> 
+      <!-- This setting is taken into account only when remoting-transport is set to TCP -->
+      <remoting-tcp-send-buffer-size>-1</remoting-tcp-send-buffer-size>
+
       <!--  if ssl is enabled, all remoting-ssl-* properties must be set -->
       <remoting-enable-ssl>false</remoting-enable-ssl>
       




More information about the jboss-cvs-commits mailing list