From e6358e3c74a2368a699b1e75ef4458b88664cbe1 Mon Sep 17 00:00:00 2001 From: edvard Date: Tue, 17 Feb 2026 11:54:57 +0100 Subject: [PATCH] meson option: change default to not zero csp packets This should not really be of any concern of libcsp --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 682b3f7ee..72a1a3c07 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -13,7 +13,7 @@ option('enable_csp_print', type: 'boolean', value: true, description: 'Enable cs option('have_stdio', type: 'boolean', value: true, description: 'Use print and scan functions (some features may be missing without)') option('use_rtable', type: 'boolean', value: false, description: 'Allows to setup a list of static routes. End nodes do not need this. But radios and routers might') option('print_stdio', type: 'boolean', value: true, description: 'Use vprintf for csp_print_func') -option('buffer_zero_clear', type: 'boolean', value: true, description: 'Zero out the packet buffer upon allocation') +option('buffer_zero_clear', type: 'boolean', value: false, description: 'Zero out the packet buffer upon allocation') # Memory tuning parameters: # Try to balance these so there is enough memory to handle expected system usage plus some,