1 Star 0 Fork 48

yinbin6/lwip

forked from src-openEuler/lwip 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0111-support-udp-pkglen-mtu-modify-IP_REASS_MAX_PBUFS.patch 721 Bytes
一键复制 编辑 原始数据 按行查看 历史
From b619f034c74d53bd6d8b572cb47fdb58fd90d7ae Mon Sep 17 00:00:00 2001
From: yangchen <yangchen145@huawei.com>
Date: Wed, 6 Mar 2024 11:00:56 +0800
Subject: [PATCH] support udp pkglen > mtu: modify IP_REASS_MAX_PBUFS
---
src/include/lwipopts.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/include/lwipopts.h b/src/include/lwipopts.h
index 28b8aca..d067dea 100644
--- a/src/include/lwipopts.h
+++ b/src/include/lwipopts.h
@@ -171,6 +171,9 @@
#define IP_HLEN 20
+/* the max pbuf num of a udp pbuf chain is ((65535 + MBUF_MAX_DATA_LEN - 1) / MBUF_MAX_DATA_LEN) */
+#define IP_REASS_MAX_PBUFS 46
+
/*
-------------------------------------
----------- IPv6 options -----------
--
2.33.0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yinbin6/lwip.git
git@gitee.com:yinbin6/lwip.git
yinbin6
lwip
lwip
master

搜索帮助