MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / tcpSent

Function tcpSent

modules/io/socket/lwip/tcp.c:588–592  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

586}
587
588err_t tcpSent(void *arg, struct tcp_pcb *pcb, u16_t len)
589{
590 tcpTrigger((TCP)arg, kTCPWritable);
591 return ERR_OK;
592}
593
594void tcpTrigger(TCP tcp, uint8_t trigger)
595{

Callers

nothing calls this directly

Calls 1

tcpTriggerFunction · 0.70

Tested by

no test coverage detected