kernel-netlink: Use total retransmit timeout as acquire timeout
By using the total retransmit timeout, modifications of timeout settings automatically reflect on the value of xfrm_acq_expires. If set, the value of xfrm_acq_expires configured by the user takes precedence over the calculated value.
This commit is contained in:
@@ -113,6 +113,6 @@ charon.plugins.kernel-netlink.xfrm_acq_expires = 165
|
||||
trap policy. The value gets written to /proc/sys/net/core/xfrm_acq_expires.
|
||||
Indirectly controls the delay between XFRM acquire messages triggered by the
|
||||
kernel for a trap policy. The same value is used as timeout for SPIs
|
||||
allocated by the kernel. The default value equals the default total
|
||||
retransmission timeout for IKE messages, see IKEv2 RETRANSMISSION
|
||||
in **strongswan.conf**(5).
|
||||
allocated by the kernel. The default value equals the total retransmission
|
||||
timeout for IKE messages, see IKEv2 RETRANSMISSION in
|
||||
**strongswan.conf**(5).
|
||||
|
||||
Reference in New Issue
Block a user