mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-13 07:59:00 +08:00
12 lines
252 B
Markdown
12 lines
252 B
Markdown
|
---
|
||
|
title: "mg_send_dns_query()"
|
||
|
decl_name: "mg_send_dns_query"
|
||
|
symbol_kind: "func"
|
||
|
signature: |
|
||
|
void mg_send_dns_query(struct mg_connection *nc, const char *name,
|
||
|
int query_type);
|
||
|
---
|
||
|
|
||
|
Sends a DNS query to the remote end.
|
||
|
|