]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/userprocess.h
Add timeouts to the http module. Two seperate timeouts, 60 seconds to receive headers...
[user/henk/code/inspircd.git] / include / userprocess.h
index bcfe5a3551d035e9890386cf6f0741cdb2601476..0e1b11976e06b204cac84c68c3378a602c201e8e 100644 (file)
@@ -8,7 +8,8 @@ void CheckDie();
 void LoadAllModules(InspIRCd* ServerInstance);
 void CheckRoot();
 void OpenLog(char** argv, int argc);
-void DoBackgroundUserStuff(time_t TIME);
+/*void DoBackgroundUserStuff(time_t TIME);
 void ProcessUser(userrec* cu);
+void DoSocketTimeouts(time_t TIME, InspIRCd* SI);*/
 
 #endif