Fixed bug #29332: lwip_select() processes readset incorrectly

This commit is contained in:
goldsimon
2010-03-25 12:19:39 +00:00
parent cf0b831971
commit 5ef976aed5
2 changed files with 4 additions and 1 deletions

View File

@@ -169,6 +169,9 @@ HISTORY
++ Bugfixes:
2010-03-25: Simon Goldschmidt
* sockets.c: Fixed bug #29332: lwip_select() processes readset incorrectly
2010-03-25: Simon Goldschmidt
* tcp_in.c, test_tcp_oos.c: Fixed bug #29080: Correctly handle remote side
overrunning our rcv_wnd in ooseq case.