mirror of
https://github.com/espressif/openthread.git
synced 2026-09-12 20:20:04 +00:00
[dns] simplify defines name and clean up (#3209)
This commit is contained in:
committed by
Jonathan Hui
parent
fe2a4974a6
commit
597a81fd0a
@@ -54,8 +54,8 @@ extern "C" {
|
||||
|
||||
#define OT_DNS_MAX_HOSTNAME_LENGTH 62 ///< Maximum allowed hostname length (maximum label size - 1 for compression).
|
||||
|
||||
#define OT_DNS_DEFAULT_DNS_SERVER_IP "2001:4860:4860::8888" ///< Defines default DNS Server address - Google DNS.
|
||||
#define OT_DNS_DEFAULT_DNS_SERVER_PORT 53 ///< Defines default DNS Server port.
|
||||
#define OT_DNS_DEFAULT_SERVER_IP "2001:4860:4860::8888" ///< Defines default DNS Server address - Google DNS.
|
||||
#define OT_DNS_DEFAULT_SERVER_PORT 53 ///< Defines default DNS Server port.
|
||||
|
||||
/**
|
||||
* This structure implements DNS Query parameters.
|
||||
|
||||
Reference in New Issue
Block a user