summaryrefslogtreecommitdiffstats
path: root/libbsd.py
diff options
context:
space:
mode:
authorChristian Mauderer <christian.mauderer@embedded-brains.de>2022-02-22 09:25:36 +0100
committerChristian Mauderer <christian.mauderer@embedded-brains.de>2022-02-24 10:20:12 +0100
commit0b30f38951d5f6291e9691ce8eb51a14242e26be (patch)
tree635363519b7cf6220bdcda6126635d44ff4f7115 /libbsd.py
parentrtems-bsd-program.h: Remove stray ';' (diff)
downloadrtems-libbsd-0b30f38951d5f6291e9691ce8eb51a14242e26be.tar.bz2
ipsec-tools: Reduce allocated buffer size
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 value of 128kB which should be enough for a small number of ipsec connections. See https://bugzilla.redhat.com/show_bug.cgi?id=607361 for more details why the upstream project originally increased the size. If someone really needs a bigger size, there is a option in the configuration file of pfkey called `pfkey_buffer` that can overwrite this value. Closes #4621
Diffstat (limited to 'libbsd.py')
0 files changed, 0 insertions, 0 deletions