mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-08 00:23:39 +08:00
api_msg.c: Fix bug #16830: "err_tcp() posts to connection mailbox when no pend on the mailbox is active". Now, the post is only done during a connect, and do_send, do_write and do_join_leave_group don't do anything if a previous error was signaled.
This commit is contained in:
@@ -106,6 +106,11 @@ HISTORY
|
||||
|
||||
++ Bug fixes:
|
||||
|
||||
2007-04-05 Frédéric Bernon, Jonathan Larmour
|
||||
* api_msg.c: Fix bug #16830: "err_tcp() posts to connection mailbox when no pend on
|
||||
the mailbox is active". Now, the post is only done during a connect, and do_send,
|
||||
do_write and do_join_leave_group don't do anything if a previous error was signaled.
|
||||
|
||||
2007-04-03 Frédéric Bernon
|
||||
* ip.c: Don't set the IP_DF ("Don't fragment") flag in the IP header in IP output
|
||||
packets. See patch #5834.
|
||||
|
||||
Reference in New Issue
Block a user