git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08a8d14
)
net: lwip: enable IP_FRAG and IP_REASSEMBLY
author
Tim Harvey
<tharvey@gateworks.com>
Fri, 30 May 2025 15:38:23 +0000
(08:38 -0700)
committer
Jerome Forissier
<jerome.forissier@linaro.org>
Tue, 8 Jul 2025 07:53:59 +0000
(09:53 +0200)
Enable IP_FRAG and IP_REASSEMBLY to allow packets larger than MTU.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
Acked-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
lib/lwip/u-boot/lwipopts.h
patch
|
blob
|
history
diff --git
a/lib/lwip/u-boot/lwipopts.h
b/lib/lwip/u-boot/lwipopts.h
index
edac74f
..
1818a44
100644
(file)
--- a/
lib/lwip/u-boot/lwipopts.h
+++ b/
lib/lwip/u-boot/lwipopts.h
@@
-72,8
+72,8
@@
#define IP_FORWARD 0
#define IP_OPTIONS_ALLOWED 1
-#define IP_REASSEMBLY
0
-#define IP_FRAG
0
+#define IP_REASSEMBLY
1
+#define IP_FRAG
1
#define IP_REASS_MAXAGE 3
#define IP_REASS_MAX_PBUFS 4
#define IP_FRAG_USES_STATIC_BUF 0