fixed default values of TCP_SNDLOWAT and TCP_SNDQUEUELOWAT for small windows (bug #34176 select after non-blocking send times out)

This commit is contained in:
Simon Goldschmidt
2011-10-18 20:22:09 +02:00
committed by goldsimon
parent d96703bba3
commit a148e33c42
2 changed files with 6 additions and 2 deletions

View File

@@ -49,6 +49,10 @@ HISTORY
++ Bugfixes:
2011-10-18: Simon Goldschmidt
* opt.h: fixed default values of TCP_SNDLOWAT and TCP_SNDQUEUELOWAT for small
windows (bug #34176 select after non-blocking send times out)
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