tabascoeye / lwip

a fork of the light-weight IP stack
Other
15 stars 6 forks source link

Socket API errors are wrong #11

Open tabascoeye opened 10 years ago

tabascoeye commented 10 years ago

the socket API yields wrong Error codes for connect(). The usage of EALREADY and EISCONN are not handled as expected by the BSD socket API.

tabascoeye commented 9 years ago

see also in LwIP bugtracker on savannah: http://savannah.nongnu.org/bugs/?38853