mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
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.
8 lines
373 B
Plaintext
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.
|