fixed bug #34592: lwip_gethostbyname_r uses nonstandard error value, removed those unused (nonstandard?) error values from arch.h

This commit is contained in:
Simon Goldschmidt
2011-10-18 20:56:08 +02:00
parent 01839b9c14
commit d00fa906cf
3 changed files with 5 additions and 22 deletions

View File

@@ -69,6 +69,10 @@ HISTORY
++ Bugfixes:
2011-10-18: Simon Goldschmidt
* arch.h, netdb.c: fixed bug #34592: lwip_gethostbyname_r uses nonstandard
error value
2011-10-18: Simon Goldschmidt
* opt.h: fixed default values of TCP_SNDLOWAT and TCP_SNDQUEUELOWAT for small
windows (bug #34176 select after non-blocking send times out)