Comment #1 on issue 115 by [email protected]: NIO TLS blocks on socket establishment for 10 seconds
http://code.google.com/p/jain-sip/issues/detail?id=115

Sorry , pointed to invalid function.

NioTcpMessageProcessor.initiateConnection has the following code :

socketChannel.socket().connect(address, timeout);
socketChannel.configureBlocking(false);

so first it tries to connect to other side and then configure blocking to false ( non blocking )

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "mobicents-all-issues-changes" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to