android: Reduce CHILD_SA lifetime
This commit is contained in:
@@ -673,8 +673,8 @@ static job_requeue_t initiate(private_android_service_t *this)
|
|||||||
auth_cfg_t *auth;
|
auth_cfg_t *auth;
|
||||||
lifetime_cfg_t lifetime = {
|
lifetime_cfg_t lifetime = {
|
||||||
.time = {
|
.time = {
|
||||||
.life = 10800, /* 3h */
|
.life = 3600, /* 1h */
|
||||||
.rekey = 10200, /* 2h50min */
|
.rekey = 3000, /* 50min */
|
||||||
.jitter = 300 /* 5min */
|
.jitter = 300 /* 5min */
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user