From a20daaa33671e806799d0149f0bdecc0184914af Mon Sep 17 00:00:00 2001 From: Noel Kuntze Date: Thu, 30 Dec 2021 10:30:55 +0100 Subject: [PATCH] conf: Fix typo for ha plugin's buffer size option Fixes: ce048c30ff87 ("ha: Double receive buffer size for HA messages and make it configurable") Closes strongswan/strongswan#832 --- conf/plugins/ha.opt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/plugins/ha.opt b/conf/plugins/ha.opt index c821a880b8..277987d5a8 100644 --- a/conf/plugins/ha.opt +++ b/conf/plugins/ha.opt @@ -2,7 +2,7 @@ charon.plugins.ha.autobalance = 0 Interval in seconds to automatically balance handled segments between nodes. Set to 0 to disable. -charon.plugin.ha.buflen = 2048 +charon.plugins.ha.buflen = 2048 Buffer size for received HA messages. Buffer size for received HA messages. For IKEv1 the public DH factors are -- 2.47.2