mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
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
This commit is contained in:
parent
36c64589d8
commit
a20daaa336
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user