fixed bug #34072: UDP broadcast is received from wrong UDP pcb if udp port matches

This commit is contained in:
Simon Goldschmidt
2011-09-09 22:25:59 +02:00
parent 5e8ee7e006
commit 4849eb4c54
2 changed files with 18 additions and 10 deletions

View File

@@ -47,6 +47,10 @@ HISTORY
++ Bugfixes:
2011-09-09: Simon Goldschmidt
* udp.c: fixed bug #34072: UDP broadcast is received from wrong UDP pcb if
udp port matches
2011-09-03: Simon Goldschmidt
* tcp_in.c: fixed bug #33952 PUSH flag in incoming packet is lost when packet
is aggregated and sent to application