lwip config: Reduce default DNS result cache size to save RAM

This commit is contained in:
Angus Gratton 2015-06-02 10:43:27 +10:00
parent 3fcec6106f
commit 52d6bbea51

View file

@ -196,6 +196,9 @@
*/
#define LWIP_DNS 1
#define DNS_TABLE_SIZE 1
#define DNS_MAX_NAME_LENGTH 128
/*
---------------------------------
---------- UDP options ----------