Author: markt
Date: Sat Jul 7 15:26:51 2012
New Revision: 1358590
URL: http://svn.apache.org/viewvc?rev=1358590&view=rev
Log:
Note soTrafficClass is ignored for nio
Modified:
tomcat/trunk/webapps/docs/config/cluster-receiver.xml
Modified: tomcat/trunk/webapps/docs/config/cluster-receiver.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/cluster-receiver.xml?rev=1358590&r1=1358589&r2=1358590&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/cluster-receiver.xml (original)
+++ tomcat/trunk/webapps/docs/config/cluster-receiver.xml Sat Jul 7 15:26:51
2012
@@ -145,7 +145,8 @@
<attribute name="soTrafficClass" required="false">
Sets the traffic class level for the socket, the value is between 0 and
255.
Different values are defined in <a
href="http://docs.oracle.com/javase/6/docs/api/java/net/Socket.html#setTrafficClass(int)">
- java.net.Socket#setTrafficClass(int)</a>.
+ java.net.Socket#setTrafficClass(int)</a>. Note that this option is ignored
+ for the NioReceiver implementation.
</attribute>
<attribute name="tcpNoDelay" required="false">
Boolean value for the socket TCP_NODELAY option. Possible values are
<code>true</code> or <code>false</code>.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]