From 7fe43d94d3726ac99a3c020159e8960ab2965f80 Mon Sep 17 00:00:00 2001 From: Jean-Roland Date: Fri, 6 Sep 2024 14:24:53 +0200 Subject: [PATCH] fix: restore config values --- include/zenoh-pico/config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/zenoh-pico/config.h b/include/zenoh-pico/config.h index 82b1b155b..1230a0a4b 100644 --- a/include/zenoh-pico/config.h +++ b/include/zenoh-pico/config.h @@ -16,9 +16,9 @@ #define INCLUDE_ZENOH_PICO_CONFIG_H /*--- CMake generated config; pass values to CMake to change the following tokens ---*/ -#define Z_FRAG_MAX_SIZE 300000 -#define Z_BATCH_UNICAST_SIZE 65535 -#define Z_BATCH_MULTICAST_SIZE 8096 +#define Z_FRAG_MAX_SIZE 4096 +#define Z_BATCH_UNICAST_SIZE 2048 +#define Z_BATCH_MULTICAST_SIZE 2048 #define Z_CONFIG_SOCKET_TIMEOUT 100 #define Z_FEATURE_UNSTABLE_API 0