fixed default value of TCP_SND_BUF to not violate the sanity checks in init.c

This commit is contained in:
Simon Goldschmidt
2011-09-21 18:47:44 +02:00
committed by goldsimon
parent c951ab8cee
commit 223307fa38
2 changed files with 9 additions and 3 deletions

View File

@@ -41,6 +41,10 @@ HISTORY
++ Bugfixes:
2011-09-21: Simon Goldschmidt
* opt.h: fixed default value of TCP_SND_BUF to not violate the sanity checks
in init.c
2011-09-20: Simon Goldschmidt
* timers.c: fixed bug #34337 (possible NULL pointer in sys_check_timeouts)