Dear XSocket developers,
Is there a way to set the socket timeout for creating a new socket
connection?
I found that ioProvider.openSocket(...) calls
socketChannel.socket().connect(destSocketAddress), but it doesn't pass
on a timeout parameter.
Thank you
Yan