conf: Fix typo in documentation of charon.rdn_matching

Fixes #3165.
This commit is contained in:
Tobias Brunner 2019-09-03 10:26:29 +02:00
parent 1e38151b30
commit a9fcf28007
1 changed files with 1 additions and 1 deletions

View File

@ -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.