A stack which works with or without an Mbed os library. Provides IPv4 or IPv6 with a full 1500 byte buffer.

Dependents:   oldheating gps motorhome heating

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers tcpsend.h Source File

tcpsend.h

00001 #include "tcb.h"
00002 
00003 extern int  TcpSend               (int* pSize, void* pPacket, struct tcb* pTcb);
00004 extern int  TcpResendLastAck      (int* pSize, void* pPacket, struct tcb* pTcb);
00005 extern int  TcpResendLastUnAcked  (int* pSize, void* pPacket, struct tcb* pTcb);
00006 extern int  TcpSendReset          (int* pSize, void* pPacket, struct tcb* pTcb);
00007 
00008 extern int  TcpPollForPacketToSend(int* pSize, void* pPacket, int type, int* pRemArIndex, int* pLocIpScope);
00009