Temporarily removed DNS support to prevent TLS h_errno conflict. Updated CMakeLists
This commit is contained in:
@@ -225,7 +225,7 @@ public:
|
||||
Mutex _pico_frame_rxbuf_m;
|
||||
#endif
|
||||
|
||||
std::vector<std::pair<ZeroTier::InetAddress, ZeroTier::InetAddress>> routes;
|
||||
std::vector<std::pair<ZeroTier::InetAddress, ZeroTier::InetAddress> > routes;
|
||||
void *zt1ServiceRef = NULL;
|
||||
|
||||
char vtap_full_name[64];
|
||||
|
||||
@@ -514,7 +514,7 @@ happening sooner than they should.
|
||||
* LWIP_DNS==1: Turn on DNS module. UDP must be available for DNS
|
||||
* transport.
|
||||
*/
|
||||
#define LWIP_DNS 1
|
||||
#define LWIP_DNS 0
|
||||
#define LWIP_DNS_API_DECLARE_H_ERRNO 1
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user