Commit 89f0a8c5 authored by Evelyn's avatar Evelyn Committed by GitHub

Update mg_set_protocol_dns.md

parent f72a06e2
...@@ -6,11 +6,11 @@ signature: | ...@@ -6,11 +6,11 @@ signature: |
void mg_set_protocol_dns(struct mg_connection *nc); void mg_set_protocol_dns(struct mg_connection *nc);
--- ---
Attach built-in DNS event handler to the given listening connection. Attaches a built-in DNS event handler to the given listening connection.
DNS event handler parses incoming UDP packets, treating them as DNS The DNS event handler parses the incoming UDP packets, treating them as DNS
requests. If incoming packet gets successfully parsed by the DNS event requests. If an incoming packet gets successfully parsed by the DNS event
handler, a user event handler will receive `MG_DNS_REQUEST` event, with handler, a user event handler will receive an `MG_DNS_REQUEST` event, with
`ev_data` pointing to the parsed `struct mg_dns_message`. `ev_data` pointing to the parsed `struct mg_dns_message`.
See See
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment