Author: ron.sigal(a)jboss.com
Date: 2010-02-19 13:34:51 -0500 (Fri, 19 Feb 2010)
New Revision: 5739
Modified:
remoting2/branches/2.x/src/main/org/jboss/remoting/transport/socket/SocketClientInvoker.java
Log:
JBREM-1188: configureParameters() sets timeout to SO_TIMEOUT_DEFAULT.
Modified:
remoting2/branches/2.x/src/main/org/jboss/remoting/transport/socket/SocketClientInvoker.java
===================================================================
---
remoting2/branches/2.x/src/main/org/jboss/remoting/transport/socket/SocketClientInvoker.java 2010-02-19
18:34:06 UTC (rev 5738)
+++
remoting2/branches/2.x/src/main/org/jboss/remoting/transport/socket/SocketClientInvoker.java 2010-02-19
18:34:51 UTC (rev 5739)
@@ -88,6 +88,10 @@
protected void configureParameters()
{
super.configureParameters();
+
+ // For JBREM-1188
+ timeout = SO_TIMEOUT_DEFAULT;
+
Map params = configuration;
if (params != null)
{
Show replies by date