fixed bug #34355: nagle does not take snd_buf/snd_queuelen into account

This commit is contained in:
Simon Goldschmidt
2011-09-22 18:50:18 +02:00
committed by goldsimon
parent d5eb52868e
commit 45a3f198e8
2 changed files with 6 additions and 1 deletions

View File

@@ -45,6 +45,10 @@ HISTORY
++ Bugfixes:
2011-09-22: Simon Goldschmidt
* tcp_impl.h: fixed bug #34355: nagle does not take snd_buf/snd_queuelen into
account
2011-09-21: Simon Goldschmidt
* opt.h: fixed default value of TCP_SND_BUF to not violate the sanity checks
in init.c