diff options
| author | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-05-17 19:49:22 +0200 |
|---|---|---|
| committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-05-17 19:49:22 +0200 |
| commit | 80c5b17d1af10bf2eeba55e1caba770cb3dcf734 (patch) | |
| tree | 0233436f53bac2b77fc1909cb736c9919fdba8c7 /src/libcharon/processing | |
| parent | 24742c0f8385b194d5e2587bb8575de4a9eb6fec (diff) | |
| download | strongswan-80c5b17d1af10bf2eeba55e1caba770cb3dcf734.tar.bz2 strongswan-80c5b17d1af10bf2eeba55e1caba770cb3dcf734.tar.xz | |
make IKEv1 DPD timeout configurable in charon
Diffstat (limited to 'src/libcharon/processing')
| -rw-r--r-- | src/libcharon/processing/jobs/dpd_timeout_job.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/processing/jobs/dpd_timeout_job.c b/src/libcharon/processing/jobs/dpd_timeout_job.c index 0615be053..c3337996b 100644 --- a/src/libcharon/processing/jobs/dpd_timeout_job.c +++ b/src/libcharon/processing/jobs/dpd_timeout_job.c @@ -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"); |
