fixed bug #34447 LWIP_IP_ACCEPT_UDP_PORT(dst_port) wrong

This commit is contained in:
Simon Goldschmidt
2011-10-09 14:30:49 +02:00
committed by goldsimon
parent 5cfef5bf48
commit 277c7aa518
2 changed files with 4 additions and 1 deletions

View File

@@ -49,6 +49,9 @@ HISTORY
++ Bugfixes:
2011-10-09: Simon Goldschmidt
* ip4.c: fixed bug #34447 LWIP_IP_ACCEPT_UDP_PORT(dst_port) wrong
2011-09-27: Simon Goldschmidt
* tcp_in.c, tcp_out.c: Reset pcb->unsent_oversize in 2 more places...