equal
deleted
inserted
replaced
1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies). |
2 // All rights reserved. |
2 // All rights reserved. |
3 // This component and the accompanying materials are made available |
3 // This component and the accompanying materials are made available |
4 // under the terms of "Eclipse Public License v1.0" |
4 // under the terms of "Eclipse Public License v1.0" |
5 // which accompanies this distribution, and is available |
5 // which accompanies this distribution, and is available |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
42 #endif // _DEBUG |
42 #endif // _DEBUG |
43 |
43 |
44 #ifdef _ZERO_COPY_NETWORKING |
44 #ifdef _ZERO_COPY_NETWORKING |
45 // patch data for CBcaController::BaseConstructL API |
45 // patch data for CBcaController::BaseConstructL API |
46 patchdata rawip2.dll@KMaxSendQueueLen 0x5 |
46 patchdata rawip2.dll@KMaxSendQueueLen 0x5 |
47 patchdata rawip2.dll@KMaxTxIPPacketSize 0x5de |
47 patchdata rawip2.dll@KMaxTxIPPacketSize 0x57a |
48 patchdata rawip2.dll@KMaxRxIPPacketSize 0x7d2 |
48 patchdata rawip2.dll@KMaxRxIPPacketSize 0x7d2 |
49 #else |
49 #else |
50 // patch data for CBcaController::BaseConstructL API |
50 // patch data for CBcaController::BaseConstructL API |
51 patchdata rawip.dll@KMaxSendQueueLen 0x5 |
51 patchdata rawip.dll@KMaxSendQueueLen 0x5 |
52 patchdata rawip.dll@KMaxTxIPPacketSize 0x5de |
52 patchdata rawip.dll@KMaxTxIPPacketSize 0x57a |
53 patchdata rawip.dll@KMaxRxIPPacketSize 0x7d2 |
53 patchdata rawip.dll@KMaxRxIPPacketSize 0x7d2 |
54 #endif //_ZERO_COPY_NETWORKING |
54 #endif //_ZERO_COPY_NETWORKING |
55 |
55 |
56 #endif // __RAWIP_IBY__ |
56 #endif // __RAWIP_IBY__ |
|
57 |