Author: ron.sigal(a)jboss.com
Date: 2010-12-23 14:35:34 -0500 (Thu, 23 Dec 2010)
New Revision: 6189
Modified:
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/bisocket/configuration/BisocketCallbackSocketConfigurationTestCase.java
Log:
JBREM-1226: Changed traffic class to 8 (a power of 2).
Modified:
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/bisocket/configuration/BisocketCallbackSocketConfigurationTestCase.java
===================================================================
---
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/bisocket/configuration/BisocketCallbackSocketConfigurationTestCase.java 2010-12-19
01:13:49 UTC (rev 6188)
+++
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/bisocket/configuration/BisocketCallbackSocketConfigurationTestCase.java 2010-12-23
19:35:34 UTC (rev 6189)
@@ -74,7 +74,7 @@
protected static final int SEND_BUFFER_SIZE = 10333;
protected static final boolean SO_LINGER = true;
protected static final int SO_LINGER_DURATION = 444;
- protected static final int TRAFFIC_CLASS = 5;
+ protected static final int TRAFFIC_CLASS = 8;
private static boolean firstTime = true;
Show replies by date