fixed bug #34426: tcp_zero_window_probe() transmits incorrect byte value when pcb->unacked != NULL

This commit is contained in:
Simon Goldschmidt
2011-10-09 20:11:33 +02:00
committed by goldsimon
parent 277c7aa518
commit 56cee6b4d8
2 changed files with 8 additions and 2 deletions

View File

@@ -49,6 +49,10 @@ HISTORY
++ Bugfixes:
2011-10-09: Simon Goldschmidt
* tcp_out.c: fixed bug #34426: tcp_zero_window_probe() transmits incorrect
byte value when pcb->unacked != NULL
2011-10-09: Simon Goldschmidt
* ip4.c: fixed bug #34447 LWIP_IP_ACCEPT_UDP_PORT(dst_port) wrong