fixed bug #34587: TCP_BUILD_MSS_OPTION doesn't consider netif->mtu, causes slow network

This commit is contained in:
Simon Goldschmidt
2011-10-18 20:11:39 +02:00
parent 2f58ef781c
commit 1f396946e5
3 changed files with 6 additions and 5 deletions

View File

@@ -69,6 +69,10 @@ HISTORY
++ Bugfixes:
2011-10-18: Simon Goldschmidt
* tcp_impl.h, tcp_out.c: fixed bug #34587: TCP_BUILD_MSS_OPTION doesn't
consider netif->mtu, causes slow network
2011-10-18: Simon Goldschmidt
* sockets.c: fixed bug #34581 missing parentheses in udplite sockets code