mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-04-16 08:43:17 +00:00
Don't forget to save before committing! (compile fix for my previous commit)
This commit is contained in:
parent
1fdc7571e0
commit
6ef5f68c72
@ -1086,7 +1086,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/** DNS maximum number of retries when asking for a name, before "timeout". */
|
/** DNS maximum number of retries when asking for a name, before "timeout". */
|
||||||
#ifndef DNS_MAX_RETRIES || defined __DOXYGEN__
|
#if !defined DNS_MAX_RETRIES || defined __DOXYGEN__
|
||||||
#define DNS_MAX_RETRIES 4
|
#define DNS_MAX_RETRIES 4
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user