From f7a5ca7ec7fe61ef0cc2c18dcdd3f13dce29f7c4 Mon Sep 17 00:00:00 2001 From: valeklubomir Date: Fri, 28 Oct 2022 03:40:22 +0200 Subject: [PATCH] LWIP - MQTT larger ringbuff --- .../func/lwip_intf/lwip-2.1.3/src/include/lwip/apps/mqtt_opts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/bk7231n/bk7231n_os/beken378/func/lwip_intf/lwip-2.1.3/src/include/lwip/apps/mqtt_opts.h b/platforms/bk7231n/bk7231n_os/beken378/func/lwip_intf/lwip-2.1.3/src/include/lwip/apps/mqtt_opts.h index 2acbada0..81f2efd0 100644 --- a/platforms/bk7231n/bk7231n_os/beken378/func/lwip_intf/lwip-2.1.3/src/include/lwip/apps/mqtt_opts.h +++ b/platforms/bk7231n/bk7231n_os/beken378/func/lwip_intf/lwip-2.1.3/src/include/lwip/apps/mqtt_opts.h @@ -53,7 +53,7 @@ extern "C" { * Output ring-buffer size, must be able to fit largest outgoing publish message topic+payloads */ #ifndef MQTT_OUTPUT_RINGBUF_SIZE -#define MQTT_OUTPUT_RINGBUF_SIZE 2048 +#define MQTT_OUTPUT_RINGBUF_SIZE 4096 #endif /**