MCPcopy Create free account
hub / github.com/SmingHub/Sming / internalOnSent

Method internalOnSent

Sming/Components/Network/src/Network/TcpConnection.cpp:521–528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

519}
520
521err_t TcpConnection::internalOnSent(uint16_t len)
522{
523 sleep = 0;
524 err_t res = onSent(len);
525 checkSelfFree();
526 debug_tcp_ext("<sent");
527 return res;
528}
529
530err_t TcpConnection::staticOnPoll(void* arg, tcp_pcb* tcp)
531{

Callers 1

initializeMethod · 0.80

Calls 1

onSentFunction · 0.85

Tested by

no test coverage detected