connectivitymodules/SeCon/servers/pcconn/inc/sconpcconnclientserver.h
changeset 64 a62b67d1f67c
parent 19 2691f6aa1921
equal deleted inserted replaced
62:262aa4f075d6 64:a62b67d1f67c
     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;