From a9fcf28007c7babe3eb318656088fe094173ec3b Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 3 Sep 2019 10:26:29 +0200 Subject: [PATCH] conf: Fix typo in documentation of charon.rdn_matching Fixes #3165. --- conf/options/charon.opt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/options/charon.opt b/conf/options/charon.opt index 9bf09674d..d57b3937b 100644 --- a/conf/options/charon.opt +++ b/conf/options/charon.opt @@ -310,7 +310,7 @@ charon.rdn_matching = strict the configured identity (missing RDNs are treated like a wildcard match). Note that _reordered_ and _relaxed_ impose a considerable overhead on memory - usage and runtime, in particular, for mismatches, compared to _static_. + usage and runtime, in particular, for mismatches, compared to _strict_. charon.receive_delay = 0 Delay in ms for receiving packets, to simulate larger RTT.