fixed bug #33952 PUSH flag in incoming packet is lost when packet is aggregated and sent to application

This commit is contained in:
Simon Goldschmidt
2011-09-03 21:57:26 +02:00
parent 17a5ba08e4
commit a0bf8d5740
2 changed files with 8 additions and 3 deletions

View File

@@ -44,6 +44,10 @@ HISTORY
++ Bugfixes:
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
2011-09-01: Simon Goldschmidt
* opt.h: fixed bug #31809 LWIP_EVENT_API in opts.h is inconsistent compared
to other options