xref: /third_party/lwip/0065-fix-udp-recvmbox-size-not-set.patch
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/lwip/
1195972f6Sopenharmony_ciFrom b94a7024bc7dc4984039b4f54aff3dbdcd21d8b8 Mon Sep 17 00:00:00 2001
2195972f6Sopenharmony_ciFrom: jiangheng12 <jiangheng14@huawei.com>
3195972f6Sopenharmony_ciDate: Wed, 14 Jun 2023 18:34:12 +0800
4195972f6Sopenharmony_ciSubject: [PATCH] fix udp recvmbox size not set
5195972f6Sopenharmony_ci
6195972f6Sopenharmony_ci---
7195972f6Sopenharmony_ci src/include/lwipopts.h | 1 +
8195972f6Sopenharmony_ci 1 file changed, 1 insertion(+)
9195972f6Sopenharmony_ci
10195972f6Sopenharmony_cidiff --git a/src/include/lwipopts.h b/src/include/lwipopts.h
11195972f6Sopenharmony_ciindex 6b5c769..f0df0e3 100644
12195972f6Sopenharmony_ci--- a/src/include/lwipopts.h
13195972f6Sopenharmony_ci+++ b/src/include/lwipopts.h
14195972f6Sopenharmony_ci@@ -180,6 +180,7 @@
15195972f6Sopenharmony_ci    ---------------------------------
16195972f6Sopenharmony_ci */
17195972f6Sopenharmony_ci #define LWIP_UDP 1
18195972f6Sopenharmony_ci+#define DEFAULT_UDP_RECVMBOX_SIZE 4096
19195972f6Sopenharmony_ci 
20195972f6Sopenharmony_ci 
21195972f6Sopenharmony_ci /*
22195972f6Sopenharmony_ci-- 
23195972f6Sopenharmony_ci2.23.0
24195972f6Sopenharmony_ci
25

Indexes created Thu Nov 07 10:32:03 CST 2024