diff -r fc69e1e37771 -r fe8b59ab9fa0 telephonyprotocols/rawipnif/group/RawIpNif.iby --- a/telephonyprotocols/rawipnif/group/RawIpNif.iby Mon Mar 15 12:45:06 2010 +0200 +++ b/telephonyprotocols/rawipnif/group/RawIpNif.iby Wed Mar 31 23:24:02 2010 +0300 @@ -1,4 +1,4 @@ -// Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of "Eclipse Public License v1.0" @@ -44,13 +44,14 @@ #ifdef _ZERO_COPY_NETWORKING // patch data for CBcaController::BaseConstructL API patchdata rawip2.dll@KMaxSendQueueLen 0x5 -patchdata rawip2.dll@KMaxTxIPPacketSize 0x5de +patchdata rawip2.dll@KMaxTxIPPacketSize 0x57a patchdata rawip2.dll@KMaxRxIPPacketSize 0x7d2 #else // patch data for CBcaController::BaseConstructL API patchdata rawip.dll@KMaxSendQueueLen 0x5 -patchdata rawip.dll@KMaxTxIPPacketSize 0x5de +patchdata rawip.dll@KMaxTxIPPacketSize 0x57a patchdata rawip.dll@KMaxRxIPPacketSize 0x7d2 #endif //_ZERO_COPY_NETWORKING #endif // __RAWIP_IBY__ +