Index: src/opal/transports.cxx =================================================================== --- src/opal/transports.cxx (revision 21261) +++ src/opal/transports.cxx (working copy) @@ -576,7 +576,7 @@ PBoolean OpalListenerTCP::Open(const PNo return StartThread(theAcceptHandler, mode); } - if (listener.Listen(localAddress, 1, listenerPort)) + if (listener.Listen(localAddress, 1, listenerPort, PSocket::CanReuseAddress)) return StartThread(theAcceptHandler, mode); if (exclusiveListener) {