diff options
author | Benoit Foucher <benoit@zeroc.com> | 2014-12-09 12:04:25 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2014-12-09 12:04:25 +0100 |
commit | 339bffb1fd118479edf271169f63ef2de090e791 (patch) | |
tree | dc7e7aa197d4025901c50bbd85a61dcfed19070f /cpp/src/Ice/Network.cpp | |
parent | Fixed bogus IceGrid thread pool configuration (diff) | |
download | ice-339bffb1fd118479edf271169f63ef2de090e791.tar.bz2 ice-339bffb1fd118479edf271169f63ef2de090e791.tar.xz ice-339bffb1fd118479edf271169f63ef2de090e791.zip |
Fixed bug number of comment on fast path loopback
Diffstat (limited to 'cpp/src/Ice/Network.cpp')
-rw-r--r-- | cpp/src/Ice/Network.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Network.cpp b/cpp/src/Ice/Network.cpp index 0ab6a9aac13..c2a3fc69ca3 100644 --- a/cpp/src/Ice/Network.cpp +++ b/cpp/src/Ice/Network.cpp @@ -233,7 +233,7 @@ createSocketImpl(bool udp, int family) // doesn't receive the TCP/IP connection closure (RST) from // the other peer and it ends up hanging. This is showing up // with the background test when ran with WS. The test - // sporadically hangs on exit. See bug #5964. + // sporadically hangs on exit. See bug #6093. // //setTcpLoopbackFastPath(fd); #endif |