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
parent 9d31401d47
commit f29bdd21a7
2 changed files with 8 additions and 2 deletions

View File

@@ -69,6 +69,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