conf: Fix typo for ha plugin's buffer size option
Fixes: ce048c30ff ("ha: Double receive buffer size for HA messages and make it configurable")
Closes strongswan/strongswan#832
This commit is contained in:
committed by
Tobias Brunner
parent
36c64589d8
commit
a20daaa336
+1
-1
@@ -2,7 +2,7 @@ charon.plugins.ha.autobalance = 0
|
|||||||
Interval in seconds to automatically balance handled segments between nodes.
|
Interval in seconds to automatically balance handled segments between nodes.
|
||||||
Set to 0 to disable.
|
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.
|
||||||
|
|
||||||
Buffer size for received HA messages. For IKEv1 the public DH factors are
|
Buffer size for received HA messages. For IKEv1 the public DH factors are
|
||||||
|
|||||||
Reference in New Issue
Block a user