Re: [PATCH rtems-libbsd] ipsec-tools: Reduce allocated buffer size

2022-02-24 Thread Christian MAUDERER
Thanks for the review. I pushed it. Am 23.02.22 um 06:20 schrieb Chris Johns: OK and thanks Chris On 22/2/22 7:34 pm, Christian Mauderer wrote: By default, pfkey allocates a 2MB buffer that is used for SPD entries. This size is a good choice for a server system where a lot of clients should

Re: [PATCH rtems-libbsd] ipsec-tools: Reduce allocated buffer size

2022-02-22 Thread Chris Johns
OK and thanks Chris On 22/2/22 7:34 pm, Christian Mauderer wrote: > By default, pfkey allocates a 2MB buffer that is used for SPD entries. > This size is a good choice for a server system where a lot of clients > should be handled. But on our embedded systems, an application with that > much

[PATCH rtems-libbsd] ipsec-tools: Reduce allocated buffer size

2022-02-22 Thread Christian Mauderer
By default, pfkey allocates a 2MB buffer that is used for SPD entries. This size is a good choice for a server system where a lot of clients should be handled. But on our embedded systems, an application with that much clients is unlikely and 2MB is a lot of space. So reduce that to the default