lwip config: Reduce default DNS result cache size to save RAM
This commit is contained in:
parent
3fcec6106f
commit
52d6bbea51
@ -196,6 +196,9 @@
|
||||
*/
|
||||
#define LWIP_DNS 1
|
||||
|
||||
#define DNS_TABLE_SIZE 1
|
||||
#define DNS_MAX_NAME_LENGTH 128
|
||||
|
||||
/*
|
||||
---------------------------------
|
||||
---------- UDP options ----------
|
||||
|
||||
Loading…
Reference in New Issue
Block a user