Fixed bug #26649: TCP fails when TCP_MSS > TCP_SND_BUF, Fixed wrong parenthesis, added check in init.c

This commit is contained in:
goldsimon
2009-08-23 13:03:20 +00:00
parent ce3082976c
commit dea7255fc5
3 changed files with 8 additions and 2 deletions

View File

@@ -25,6 +25,10 @@ HISTORY
++ Bugfixes:
2009-08-23 Simon Goldschmidt
* opt.h, init.c: bug #26649: TCP fails when TCP_MSS > TCP_SND_BUF
Fixed wrong parenthesis, added check in init.c
2009-08-23 Simon Goldschmidt
* ppp.c: bug #27266: wait-state debug message in pppMain occurs every ms