connectivitymodules/SeCon/servers/pcconn/inc/sconpcconnclientserver.h
branchRCL_3
changeset 21 74aa6861c87d
parent 0 d0791faffa3f
equal deleted inserted replaced
20:4a793f564d72 21:74aa6861c87d
     1 /*
     1 /*
     2 * Copyright (c) 2005-2006 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    46 _LIT( KSConPCConnClientDll, "SConPCConnClient.dll" );
    46 _LIT( KSConPCConnClientDll, "SConPCConnClient.dll" );
    47 
    47 
    48 
    48 
    49 // Chunk
    49 // Chunk
    50 const TUint KSConPCConnChunkSize = 128;
    50 const TUint KSConPCConnChunkSize = 128;
    51 const TUint KSConPCConnChunkMaxSize = 65536;
    51 const TUint KSConPCConnChunkMaxSize = 0x100000; // 1048576 bytes
    52 const TUint KSConPCConnBufferMaxSize = 65000; 
    52 const TUint KSConPCConnBufferMaxSize = 65000; 
    53 
    53 
    54 // Version number
    54 // Version number
    55 const TUint KSConPCConnServerVersionMajor = 1;
    55 const TUint KSConPCConnServerVersionMajor = 1;
    56 const TUint KSConPCConnServerVersionMinor = 0;
    56 const TUint KSConPCConnServerVersionMinor = 0;