diff -r d7640adb246b -r b8a7e07b2677 realtimenetprots/sipfw/SIP/ConnectionMgr/src/TTlsTransTlsConnecting.cpp --- a/realtimenetprots/sipfw/SIP/ConnectionMgr/src/TTlsTransTlsConnecting.cpp Mon Jun 28 19:10:29 2010 +0300 +++ b/realtimenetprots/sipfw/SIP/ConnectionMgr/src/TTlsTransTlsConnecting.cpp Fri Jul 09 13:15:39 2010 +0300 @@ -22,8 +22,10 @@ #include "TTlsTransTlsConnecting.h" #include "MTlsTransStateOwner.h" - -const TInt KConnectTLSTimeout = 10000; // 10 seconds +// SIP layer waits 30 seconds for TLS Handshake to happen, if the timer +// fires and negotiation does not happen, it cancels the handshake assuming +// some problem while handshaking. +const TInt KConnectTLSTimeout = 30000; // 30 seconds // ----------------------------------------------------------------------------- // TTlsTransTlsConnecting::EnterL