mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-10 01:23:48 +08:00
Corrected comment
This commit is contained in:
@@ -1208,7 +1208,7 @@ do_writemore(struct netconn *conn)
|
|||||||
we do NOT return to the application thread, since ERR_MEM is
|
we do NOT return to the application thread, since ERR_MEM is
|
||||||
only a temporary error! */
|
only a temporary error! */
|
||||||
|
|
||||||
/* tcp_enqueue returned ERR_MEM, try tcp_output anyway */
|
/* tcp_write returned ERR_MEM, try tcp_output anyway */
|
||||||
tcp_output(conn->pcb.tcp);
|
tcp_output(conn->pcb.tcp);
|
||||||
|
|
||||||
#if LWIP_TCPIP_CORE_LOCKING
|
#if LWIP_TCPIP_CORE_LOCKING
|
||||||
|
|||||||
Reference in New Issue
Block a user