From d5d635cdce62499016941f350c03ac35876fe5ba Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Tue, 13 Feb 2018 10:58:32 +0100 Subject: [PATCH] Minor DNS documentation improvement --- src/core/dns.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/dns.c b/src/core/dns.c index 6a6084a0..cfb64f53 100644 --- a/src/core/dns.c +++ b/src/core/dns.c @@ -31,6 +31,8 @@ * * All functions must be called from TCPIP thread. * + * @see DNS_MAX_SERVERS + * @see LWIP_DHCP_MAX_DNS_SERVERS * @see @ref netconn_common for thread-safe access. */