lwip config: Reduce default DNS result cache size to save RAM
This commit is contained in:
parent
3fcec6106f
commit
52d6bbea51
1 changed files with 3 additions and 0 deletions
|
@ -196,6 +196,9 @@
|
||||||
*/
|
*/
|
||||||
#define LWIP_DNS 1
|
#define LWIP_DNS 1
|
||||||
|
|
||||||
|
#define DNS_TABLE_SIZE 1
|
||||||
|
#define DNS_MAX_NAME_LENGTH 128
|
||||||
|
|
||||||
/*
|
/*
|
||||||
---------------------------------
|
---------------------------------
|
||||||
---------- UDP options ----------
|
---------- UDP options ----------
|
||||||
|
|
Loading…
Reference in a new issue