diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-08 17:22:12 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-08 17:22:12 +0000 |
commit | 1674c21da1f2539806250982dc91ac7ad8a24984 (patch) | |
tree | d444806b3b55b826fe4f3ed3d3840c858e6a3f62 /include/userprocess.h | |
parent | b3a880124666297e73f55c73936998810542ec78 (diff) |
Increased how often socket timeout checks occur which will mean flushing write buffers more often
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3142 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/userprocess.h')
-rw-r--r-- | include/userprocess.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/userprocess.h b/include/userprocess.h index bcfe5a355..cc3d713a0 100644 --- a/include/userprocess.h +++ b/include/userprocess.h @@ -10,5 +10,6 @@ void CheckRoot(); void OpenLog(char** argv, int argc); void DoBackgroundUserStuff(time_t TIME); void ProcessUser(userrec* cu); +void DoSocketTimeouts(time_t TIME); #endif |