Optimize tls code

This commit is contained in:
Nick Peng
2019-01-13 00:36:47 +08:00
parent 95a5b1e5e3
commit 73d4e9f822
3 changed files with 159 additions and 231 deletions

View File

@@ -7,6 +7,7 @@ typedef enum {
DNS_SERVER_UDP,
DNS_SERVER_TCP,
DNS_SERVER_TLS,
DNS_SERVER_HTTPS,
DNS_SERVER_TYPE_END,
} dns_server_type_t;