Fixed bug #31170: lwip_setsockopt() does not set socket number

This commit is contained in:
goldsimon
2010-11-20 18:01:01 +00:00
parent d2679e58a6
commit e52730d1fb
2 changed files with 11 additions and 0 deletions

View File

@@ -229,6 +229,9 @@ HISTORY
++ Bugfixes:
2010-11-20: Simon Goldschmidt
* sockets.c: Fixed bug #31170: lwip_setsockopt() does not set socket number
2010-11-20: Simon Goldschmidt
* sockets.h: Fixed bug #31304: Changed SHUT_RD, SHUT_WR and SHUT_RDWR to
resemble other stacks.