Andrew Boyson / net

Dependents:   oldheating gps motorhome heating

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?

UserRevisionLine numberNew 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);