mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-06 16:26:18 +08:00
fixed bug #38853 "connect() use a wrong errno": return ERR_ALREADY/EALRADY during connect, ERR_ISCONN/EISCONN when already connected
This commit is contained in:
@@ -186,6 +186,11 @@ HISTORY
|
||||
|
||||
++ Bugfixes:
|
||||
|
||||
2015-02-17: Simon Goldschmidt
|
||||
* err.h, sockets.c, api_msg.c: fixed bug #38853 "connect() use a wrong errno":
|
||||
return ERR_ALREADY/EALRADY during connect, ERR_ISCONN/EISCONN when already
|
||||
connected
|
||||
|
||||
2015-02-17: Simon Goldschmidt
|
||||
* tcp_impl.h, tcp_out.c, tcp.c, api_msg.c: fixed bug #37614 "Errors from
|
||||
ipX_output are not processed". Now tcp_output(_segment) checks for the return
|
||||
|
||||
Reference in New Issue
Block a user