commit | c1b038001e1f18effb3c9ff5daa9e9cac1cd66e8 | [log] [tgz] |
---|---|---|
author | Florin Coras <fcoras@cisco.com> | Sat Sep 30 15:21:08 2023 -0700 |
committer | Dave Barach <vpp@barachs.net> | Mon Oct 02 20:23:06 2023 +0000 |
tree | a8b7ba93f803ad1bbb62b18b54c5fb57438af395 | |
parent | d69ef3aeeb8b290917ce9e06d5f8f73da4268852 [diff] [blame] |
tls: limit openssl engine max read burst Type: improvement Signed-off-by: Florin Coras <fcoras@cisco.com> Change-Id: Ic7a8fd37d79fc9c09c8b1539d630f3b8983b8bb3
diff --git a/src/vnet/tls/tls.c b/src/vnet/tls/tls.c index c329463..159ed85 100644 --- a/src/vnet/tls/tls.c +++ b/src/vnet/tls/tls.c
@@ -1109,7 +1109,7 @@ vnet_app_attach_args_t _a, *a = &_a; u64 options[APP_OPTIONS_N_OPTIONS]; tls_main_t *tm = &tls_main; - u32 fifo_size = 128 << 12; + u32 fifo_size = 512 << 10; if (!is_en) {