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/tcp.h
- Revision:
- 73:43e3d7fb3d60
- Parent:
- 71:736a5747ade1
- Child:
- 74:c3756bfa960e
--- a/tcp/tcp.h Mon Oct 22 10:24:58 2018 +0000 +++ b/tcp/tcp.h Tue Oct 23 06:46:50 2018 +0000 @@ -5,8 +5,3 @@ extern int TcpHandleReceivedPacket(void (*traceback)(void), int sizeRx, void* pPacketRx, int* pSizeTx, void* pPacketTx, int type, void* pCachedRemIp); extern int TcpPollForPacketToSend(int* pSize, void* pPacket, int type, void* pCachedRemIp); - -extern void TcpLogHeader(uint16_t calculatedChecksum); - -extern void TcpMakeHeader(int size, void* pPacket); -extern void TcpAddChecksum(void*pPacket, uint16_t checksum);