make IKEv1 DPD timeout configurable in charon

This commit is contained in:
Andreas Steffen
2012-05-17 19:49:22 +02:00
parent 24742c0f83
commit 80c5b17d1a
19 changed files with 76 additions and 25 deletions
@@ -73,7 +73,7 @@ METHOD(job_t, execute, void,
}
enumerator->destroy(enumerator);
/* check if no incoming packet during timeout, reestalish SA */
/* check if no incoming packet during timeout, reestablish SA */
if (use_time < this->check)
{
DBG1(DBG_JOB, "DPD check timed out, enforcing DPD action");