tuned parameter

This commit is contained in:
wangyu-
2017-08-31 11:12:12 -05:00
parent 9c64891b28
commit 44eb464182
2 changed files with 15 additions and 15 deletions

View File

@@ -3207,7 +3207,7 @@ void *run_keep(void *none) //called in a new thread for --keep-rule option
while(1)
{
sleep(10);
sleep(iptables_rule_keep_interval);
keep_iptables_rule();
if(about_to_exit) //just incase it runs forever if there is some bug,not necessary
{