android: Reduce CHILD_SA lifetime

This commit is contained in:
Tobias Brunner 2014-08-11 18:19:29 +02:00
parent 1fe3b02838
commit f9ceb5b543
1 changed files with 2 additions and 2 deletions

View File

@ -673,8 +673,8 @@ static job_requeue_t initiate(private_android_service_t *this)
auth_cfg_t *auth;
lifetime_cfg_t lifetime = {
.time = {
.life = 10800, /* 3h */
.rekey = 10200, /* 2h50min */
.life = 3600, /* 1h */
.rekey = 3000, /* 50min */
.jitter = 300 /* 5min */
}
};