From 0653ca795e4f47ae39e7f760fd235baf706342ff Mon Sep 17 00:00:00 2001
From: zhangbo <zhangbo@qq.com>
Date: 星期五, 25 四月 2025 14:57:10 +0800
Subject: [PATCH] N303 功耗140ma 带PA常开接收,4G低功耗,添加了低功耗日志查询,休眠700微安修改了精致休眠唤醒bug

---
 keil/include/components/internet/src/Socket.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/keil/include/components/internet/src/Socket.c b/keil/include/components/internet/src/Socket.c
index 7c0ffc7..abcb6b8 100644
--- a/keil/include/components/internet/src/Socket.c
+++ b/keil/include/components/internet/src/Socket.c
@@ -19,7 +19,7 @@
  *******************************************************************************/
 /* SOICKET相关 */
 #define SOCKET_SEND_QUEUE_BUF_SIZE                    (512)
-#define SOCKET_RECV_QUEUE_BUF_SIZE                    (512)
+#define SOCKET_RECV_QUEUE_BUF_SIZE                    (2000)
 #define SOCKET_SEND_QUEUE_MEMBER_CNT                  16
 #define SOCKET_RECV_QUEUE_MEMBER_CNT                  16
 

--
Gitblit v1.9.3