diff options
author | Marc Laukien <marc@zeroc.com> | 2002-04-13 14:20:11 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-04-13 14:20:11 +0000 |
commit | 14eb5a90dadb90493192b35dcc241068a9c99550 (patch) | |
tree | b565a551fbfa6163de72015135b424c531a40930 /cpp/src/Ice/TcpConnector.cpp | |
parent | brought getLocalHost() back (diff) | |
download | ice-14eb5a90dadb90493192b35dcc241068a9c99550.tar.bz2 ice-14eb5a90dadb90493192b35dcc241068a9c99550.tar.xz ice-14eb5a90dadb90493192b35dcc241068a9c99550.zip |
fixes for the thread pool
Diffstat (limited to 'cpp/src/Ice/TcpConnector.cpp')
-rw-r--r-- | cpp/src/Ice/TcpConnector.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/TcpConnector.cpp b/cpp/src/Ice/TcpConnector.cpp index c00d6789667..236198804a7 100644 --- a/cpp/src/Ice/TcpConnector.cpp +++ b/cpp/src/Ice/TcpConnector.cpp @@ -30,6 +30,7 @@ IceInternal::TcpConnector::connect(int timeout) } SOCKET fd = createSocket(false); + setBlock(fd, false); doConnect(fd, _addr, timeout); if (_traceLevels->network >= 1) |