Annotation of embedaddon/strongswan/conf/plugins/kernel-pfkey.opt, revision 1.1

1.1     ! misho       1: charon.plugins.kernel-pfkey.events_buffer_size = 0
        !             2:        Size of the receive buffer for the event socket (0 for default size).
        !             3: 
        !             4:        Size of the receive buffer for the event socket (0 for default size).
        !             5:        Because events are received asynchronously installing e.g. lots of policies
        !             6:        may require a larger buffer than the default on certain platforms in order
        !             7:        to receive all messages.
        !             8: 
        !             9: charon.plugins.kernel-pfkey.route_via_internal = no
        !            10:        Whether to use the internal or external interface in installed routes.
        !            11: 
        !            12:        Whether to use the internal or external interface in installed routes.
        !            13:        The internal interface is the one where the IP address contained in the
        !            14:        local traffic selector is located, the external interface is the one over
        !            15:        which the destination address of the IPsec tunnel can be reached.
        !            16:        This is not relevant if virtual IPs are used, for which a TUN device is
        !            17:        created that's used in the routes.

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