strongswan/conf/plugins/kernel-pfkey.opt
Tobias Brunner 96e6130537 kernel-pfkey: Add option to set receive buffer size of event socket
If many requests are sent to the kernel the events generated by these
requests may fill the receive buffer before the daemon is able to read
these messages.

Fixes #783.
2015-03-06 16:45:22 +01:00

8 lines
373 B
Plaintext

charon.plugins.kernel-pfkey.events_buffer_size = 0
Size of the receive buffer for the event socket (0 for default size).
Size of the receive buffer for the event socket (0 for default size).
Because events are received asynchronously installing e.g. lots of policies
may require a larger buffer than the default on certain platforms in order
to receive all messages.