diff options
Diffstat (limited to 'cmake/lib/lib.cmake')
| -rw-r--r-- | cmake/lib/lib.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/lib/lib.cmake b/cmake/lib/lib.cmake index 674d8503..bb24d1b9 100644 --- a/cmake/lib/lib.cmake +++ b/cmake/lib/lib.cmake @@ -85,6 +85,8 @@ set(TPM_DEBUG_REPORT_INTERVAL 0 CACHE STRING "Interval at wich the TPM will report long running threads (s), 0 disables") set(TPM_DEBUG_ABORT_TIMEOUT 0 CACHE STRING "TPM abort process after a thread reaches this timeout (s), 0 disables") +set(KEY_ROTATION_BIT 20 CACHE STRING + "Bit position in packet counter that triggers key rotation (default 20 = every 2^20 packets)") if (HAVE_FUSE) set(PROC_FLOW_STATS TRUE CACHE BOOL |
