realtimenetprots/sipfw/SIP/ConnectionMgr/src/TTlsTransTlsConnecting.cpp
branchRCL_3
changeset 13 822e1f077722
parent 0 307788aac0a8
equal deleted inserted replaced
12:a7d1e54a7332 13:822e1f077722
    20 
    20 
    21 
    21 
    22 #include "TTlsTransTlsConnecting.h"
    22 #include "TTlsTransTlsConnecting.h"
    23 #include "MTlsTransStateOwner.h"
    23 #include "MTlsTransStateOwner.h"
    24 
    24 
    25 
    25 // SIP layer waits 30 seconds for TLS Handshake to happen, if the timer
    26 const TInt KConnectTLSTimeout = 10000; // 10 seconds
    26 // fires and negotiation does not happen, it cancels the handshake assuming
       
    27 // some problem while handshaking.
       
    28 const TInt KConnectTLSTimeout = 30000; // 30 seconds
    27 
    29 
    28 // -----------------------------------------------------------------------------
    30 // -----------------------------------------------------------------------------
    29 // TTlsTransTlsConnecting::EnterL
    31 // TTlsTransTlsConnecting::EnterL
    30 // -----------------------------------------------------------------------------
    32 // -----------------------------------------------------------------------------
    31 //
    33 //