Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: oldheating gps motorhome heating
Diff: tcp/tcprecv.h
- Revision:
- 80:4ef1500fca1d
- Parent:
- 74:c3756bfa960e
--- a/tcp/tcprecv.h Sun Nov 11 15:44:23 2018 +0000 +++ b/tcp/tcprecv.h Thu Nov 15 16:55:29 2018 +0000 @@ -1,2 +1,2 @@ -extern int TcpHandleReceivedPacket(void (*traceback)(void), int sizeRx, void* pPacketRx, int* pSizeTx, void* pPacketTx, int type, int remArIndex); +extern int TcpHandleReceivedPacket(void (*traceback)(void), int sizeRx, void* pPacketRx, int* pSizeTx, void* pPacketTx, int type, int remArIndex, int locIpScope);