1 Star 0 Fork 48

yinbin6/lwip

forked from src-openEuler/lwip 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0047-reduce-struct-pbuf-size.patch 647 Bytes
一键复制 编辑 原始数据 按行查看 历史
吴昌盛 提交于 2022-12-21 22:53 . reduce struct pbuf size
From 5527e02b7ae7f27db8964ad55747326b98e33634 Mon Sep 17 00:00:00 2001
From: wu-changsheng <wuchangsheng2@huawei.com>
Date: Wed, 21 Dec 2022 22:47:04 +0800
Subject: [PATCH] reduce struct pbuf size
---
src/include/lwip/pbuf.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/include/lwip/pbuf.h b/src/include/lwip/pbuf.h
index 380ac8e..1124408 100644
--- a/src/include/lwip/pbuf.h
+++ b/src/include/lwip/pbuf.h
@@ -229,7 +229,7 @@ struct pbuf {
u64_t l3_len:9;
/* < L4 (TCP/UDP) Header Length. */
u64_t l4_len:8;
- u16_t header_off;
+ u8_t header_off;
u8_t rexmit;
u8_t in_write;
u8_t head;
--
2.23.0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yinbin6/lwip.git
git@gitee.com:yinbin6/lwip.git
yinbin6
lwip
lwip
master

搜索帮助