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

Method internalOnError

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

Source from the content-addressed store, hash-verified

551}
552
553void TcpConnection::internalOnError(err_t err)
554{
555 tcp = nullptr; // IMPORTANT. No available connection after error!
556 onError(err);
557 checkSelfFree();
558 debug_tcp_ext("<error");
559}
560
561void TcpConnection::internalOnDnsResponse([[maybe_unused]] const char* name, LWIP_IP_ADDR_T* ipaddr, int port)
562{

Callers 1

initializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected