realtimenetprots/sipfw/SIP/ConnectionMgr/src/TTlsTransTlsConnecting.cpp
changeset 34 3c8db403127f
parent 0 307788aac0a8
equal deleted inserted replaced
27:740ceea8e153 34:3c8db403127f
    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 //