fixed bug #34638: Dead code in tcp_receive - pcb->dupacks

This commit is contained in:
goldsimon
2011-10-28 13:09:04 +02:00
parent 386a4b7079
commit 0b382a0d53
2 changed files with 5 additions and 1 deletions

View File

@@ -49,6 +49,9 @@ HISTORY
++ Bugfixes:
2011-10-28: Simon Goldschmidt
* tcp_in.c: fixed bug #34638: Dead code in tcp_receive - pcb->dupacks
2011-10-23: Simon Goldschmidt
* mem.c: fixed bug #34429: possible memory corruption with
LWIP_ALLOW_MEM_FREE_FROM_OTHER_CONTEXT set to 1