1 Star 0 Fork 48

hantwofish/lwip

forked from src-openEuler/lwip 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0170-IPV6-Enable-IPV6_FRAG_COPYHEADER-macro-to-adapt-64bi.patch 662 Bytes
一键复制 编辑 原始数据 按行查看 历史
From d451214b0761977f016ef0d7b248847d5cc643f5 Mon Sep 17 00:00:00 2001
From: yinbin <yinbin8@huawei.com>
Date: Sat, 12 Oct 2024 17:36:27 +0800
Subject: [PATCH 1/3] IPV6: Enable IPV6_FRAG_COPYHEADER macro to adapt 64bit
env
---
src/include/lwipopts.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/include/lwipopts.h b/src/include/lwipopts.h
index c3ecb21..c46dce9 100644
--- a/src/include/lwipopts.h
+++ b/src/include/lwipopts.h
@@ -187,6 +187,7 @@
#define LWIP_IPV6 1
#define IP6_HLEN 40
#define LWIP_IPV6_SCOPES 1
+#define IPV6_FRAG_COPYHEADER 1
/*
---------------------------------
--
2.34.1
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hantwofish/lwip.git
git@gitee.com:hantwofish/lwip.git
hantwofish
lwip
lwip
master

搜索帮助