low_level_output() is only used within SSL_Server.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

ERR_OK if the packet could be sent an err_t value if the packet couldn't be sent

Notes

Returning ERR_MEM here if a DMA queue of your MAC is full can lead to strange results. You might consider waiting for space in the DMA queue to become available since the stack doesn't retry to send a packet dropped because of memory failure (except for the TCP timers).

References

from examples