]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
conf: Fix documentation for leak detective's usage thresholds
authorTobias Brunner <tobias@strongswan.org>
Tue, 21 Jun 2022 13:44:59 +0000 (15:44 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 21 Jun 2022 13:44:59 +0000 (15:44 +0200)
These only apply to the usage reports that are available via
`stroke memusage`, not to leak reports when executables are terminated,
which always include all non-whitelisted leaks.

conf/options/charon.opt

index 541da33b67b010166875c40a5cc71794435e8cae..7d00e1a8cc3a654c4d43a76343f4b3d0522af957 100644 (file)
@@ -255,11 +255,12 @@ charon.leak_detective.detailed = yes
        Includes source file names and line numbers in leak detective output.
 
 charon.leak_detective.usage_threshold = 10240
-       Threshold in bytes for leaks to be reported (0 to report all).
+       Threshold in bytes for allocations to be included in usage reports (0 to
+       include all).
 
 charon.leak_detective.usage_threshold_count = 0
-       Threshold in number of allocations for leaks to be reported (0 to report
-       all).
+       Threshold in number of allocations for allocations to be included in usage
+       reports (0 to include all).
 
 charon.load
        Plugins to load in the IKE daemon charon.