You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2012/09/17 22:23:24 UTC

svn commit: r1386812 - /jmeter/trunk/bin/jmeter.properties

Author: pmouawad
Date: Mon Sep 17 20:23:24 2012
New Revision: 1386812

URL: http://svn.apache.org/viewvc?rev=1386812&view=rev
Log:
Document tcp.binarylength.prefix.length

Modified:
    jmeter/trunk/bin/jmeter.properties

Modified: jmeter/trunk/bin/jmeter.properties
URL: http://svn.apache.org/viewvc/jmeter/trunk/bin/jmeter.properties?rev=1386812&r1=1386811&r2=1386812&view=diff
==============================================================================
--- jmeter/trunk/bin/jmeter.properties (original)
+++ jmeter/trunk/bin/jmeter.properties Mon Sep 17 20:23:24 2012
@@ -621,6 +621,10 @@ wmlParser.types=text/vnd.wap.wml 
 # status.properties = property file to convert codes to messages
 #tcp.status.properties=mytestfiles/tcpstatus.properties
 
+# The length prefix used by LengthPrefixedBinaryTCPClientImpl implementation
+# defaults to 2 bytes.
+#tcp.binarylength.prefix.length=2
+
 #---------------------------------------------------------------------------
 # Summariser - Generate Summary Results - configuration (mainly applies to non-GUI mode)
 #---------------------------------------------------------------------------