Annotation of embedaddon/strongswan/conf/plugins/ha.opt, revision 1.1.1.1

1.1       misho       1: charon.plugins.ha.autobalance = 0
                      2:        Interval in seconds to automatically balance handled segments between nodes.
                      3:        Set to 0 to disable.
                      4: 
                      5: charon.plugin.ha.buflen = 2048
                      6:        Buffer size for received HA messages.
                      7: 
                      8:        Buffer size for received HA messages. For IKEv1 the public DH factors are
                      9:        also transmitted so depending on the DH group the HA messages can get quite
                     10:        big (the default should be fine up to _modp4096_).
                     11: 
                     12: charon.plugins.ha.fifo_interface = yes
                     13: 
                     14: charon.plugins.ha.heartbeat_delay = 1000
                     15: 
                     16: charon.plugins.ha.heartbeat_timeout = 2100
                     17: 
                     18: charon.plugins.ha.local =
                     19: 
                     20: charon.plugins.ha.monitor = yes
                     21: 
                     22: charon.plugins.ha.pools =
                     23: 
                     24: charon.plugins.ha.remote =
                     25: 
                     26: charon.plugins.ha.resync = yes
                     27: 
                     28: charon.plugins.ha.secret =
                     29: 
                     30: charon.plugins.ha.segment_count = 1

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>