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
tcp/tcp.h@59:e0e556c8bd46, 2017-12-14 (annotated)
- Committer:
- andrewboyson
- Date:
- Thu Dec 14 20:55:40 2017 +0000
- Revision:
- 59:e0e556c8bd46
- Parent:
- 56:35117a8b5c65
- Child:
- 61:aad055f1b0d1
Added buffer length to help avoid over runs
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
andrewboyson | 52:fbc5a46b5e16 | 1 | extern bool TcpTrace; |
andrewboyson | 52:fbc5a46b5e16 | 2 | |
andrewboyson | 59:e0e556c8bd46 | 3 | extern int TcpHandleReceivedPacket(void (*traceback)(void), int sizeRx, void* pPacketRx, int* pSizeTx, void* pPacketTx); |
andrewboyson | 10:f0854784e960 | 4 | |
andrewboyson | 56:35117a8b5c65 | 5 | extern void TcpLogHeader(uint16_t calculatedChecksum); |
andrewboyson | 10:f0854784e960 | 6 | |
andrewboyson | 10:f0854784e960 | 7 | extern void TcpMakeHeader(int size, void* pPacket); |
andrewboyson | 10:f0854784e960 | 8 | extern void TcpAddChecksum(void*pPacket, uint16_t checksum); |