- fixed bug #36153 TCP Cheksum error if LWIP_CHECKSUM_ON_COPY=1;

- don't fail on small mss or snd_wnd_max
This commit is contained in:
Simon Goldschmidt
2014-03-14 19:46:24 +01:00
parent c065427ebe
commit 3fceef0936
2 changed files with 11 additions and 0 deletions

View File

@@ -96,6 +96,9 @@ HISTORY
++ Bugfixes:
2014-03-14: Simon Goldschmidt
* tcp_out.c: Fixed bug #36153 TCP Cheksum error if LWIP_CHECKSUM_ON_COPY=1
2014-03-11: Simon Goldschmidt (patch by Mason)
* opt.h, sockets.c: fixed bug #35928 BSD sockets functions must set errno for
POSIX-compliance