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/tcpsend.h
- Committer:
- andrewboyson
- Date:
- 2018-10-29
- Revision:
- 74:c3756bfa960e
- Parent:
- tcp/tcp.h@ 73:43e3d7fb3d60
- Child:
- 75:603b10404183
File content as of revision 74:c3756bfa960e:
#include "tcb.h"
extern int TcpSend (int* pSize, void* pPacket, struct tcb* pTcb, int sendType);
extern int TcpPollForPacketToSend(int* pSize, void* pPacket, int type, int* pRemArIndex);
#define TCP_SEND_NORMAL 0
#define TCP_RESEND_ACK 1
#define TCP_SEND_RESET 2