commit | f45b3ec481581f24719d8ab0bc812c02fcedc2bc | [log] [tgz] |
---|---|---|
author | Ian McDonald <ian.mcdonald@jandi.co.nz> | Fri Nov 10 13:09:10 2006 -0200 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sat Dec 02 21:22:02 2006 -0800 |
tree | fd3907c220fe75055494466f1f3664a13ac095d4 | |
parent | fec5b80e4924f638418c21b09165dce8b79fee86 [diff] |
[DCCP]: Fix logfile overflow This patch fixes data being spewed into the logs continually. As the code stood if there was a large queue and long delays timeo would go down to zero and never get reset. This fixes it by resetting timeo. Put constant into header as well. Signed-off-by: Ian McDonald <ian.mcdonald@jandi.co.nz> Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk> Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>