IPsec/IKEv2-based VPN software for Linux
Name | Value | Default value | Description |
ikev2_sess_resume_key _update_interval |
Number of seconds | 43600 (seconds) | The update interval for a key to encrypt and decrypt session tickets. The old key is also maintained for the same seconds and can be used to decrypt received session tickets. Therefore, the key is valid for the doubled seconds. |
ikev2_sess_resume _ticket_lifetime |
Number of seconds | 43200 (seconds) | A validity term of a session ticket to resume a VPN connection. This value must be less than IKE SA's lifetime seconds. |
ikev2_sess_resume_tkt_rvk _bfltr_false_ratio |
Number of false ratio | 0.0001 (ratio) | A Bloom filter's false ratio to detect reused tickets. The smaller value is specified, the more memory space is needed. |
ikev2_sess_resume_tkt_rvk _bfltr_max_tkts |
Number of tickets | 110000 | The maximum number of session tickets which can be handled for ticket's revocation by Bloom filter. The larger value is specified, the more memory space is needed. When received tickets reached the number, a current encryption key is deleted and a new key is generated. |