telephonyprotocols/rawipnif/inc/rawip_const.h
changeset 73 70d75957b98f
equal deleted inserted replaced
69:b982c3e940f3 73:70d75957b98f
       
     1 /*
       
     2  * rawip_const.h
       
     3  *
       
     4  *  Created on: Aug 20, 2010
       
     5  *      Author: traynsfo
       
     6  */
       
     7 
       
     8 #ifndef RAWIP_CONST_H_
       
     9 #define RAWIP_CONST_H_
       
    10 
       
    11 #ifdef __EABI__
       
    12 namespace RawIPConst {
       
    13     // Patch data is used and KMtuIPv4 and KRMtuIPv4 can be modified to a different value in RawIpNif.iby file
       
    14     extern const TInt KMtuIPv4;
       
    15     extern const TInt KRMtuIPv4;
       
    16     
       
    17     // Patch data is used and KMtuIPv6 and KRMtuIPv6 can be modified to a different value in RawIpNif.iby file
       
    18     extern const TInt KMtuIPv6;
       
    19     extern const TInt KRMtuIPv6;
       
    20     
       
    21     extern const TUint KDefaultSendQueueSize;
       
    22     
       
    23     // Patch data is used and KMaxTxIPPacketSize and KMaxRxIPPacketSize can be modified to a different value in RawIpNif.iby file
       
    24     extern const TInt KMaxSendQueueLen;
       
    25     extern const TInt KMaxTxIPPacketSize;
       
    26     extern const TInt KMaxRxIPPacketSize;
       
    27 };
       
    28 
       
    29 #endif
       
    30 
       
    31 #endif /* RAWIP_CONST_H_ */