Andrew Boyson / net

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