Author: markt Date: Wed Jul 31 13:45:25 2013 New Revision: 1508856 URL: http://svn.apache.org/r1508856 Log: Update docs
Modified: tomcat/trunk/webapps/docs/web-socket-howto.xml Modified: tomcat/trunk/webapps/docs/web-socket-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/web-socket-howto.xml?rev=1508856&r1=1508855&r2=1508856&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/web-socket-howto.xml (original) +++ tomcat/trunk/webapps/docs/web-socket-howto.xml Wed Jul 31 13:45:25 2013 @@ -61,6 +61,17 @@ value assigned to this property should be a <code>Long</code> and represents the timeout to use in milliseconds. For an infinite timeout, use <code>-1</code>.</p> + +<p>The default buffer size for binary messages is 8192 bytes. This may be + changed for a web application by setting the servlet context initialization + parameter <code>org.apache.tomcat.websocket.binaryBufferSize</code> to the + desired value in bytes.</p> + +<p>The default buffer size for text messages is 8192 bytes. This may be + changed for a web application by setting the servlet context initialization + parameter <code>org.apache.tomcat.websocket.textBufferSize</code> to the + desired value in bytes.</p> + </section> </body> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org