Commit 77704b66 authored by Evelyn's avatar Evelyn Committed by GitHub

Update mg_dns_send_reply.md

parent 770be613
...@@ -6,11 +6,11 @@ signature: | ...@@ -6,11 +6,11 @@ signature: |
void mg_dns_send_reply(struct mg_connection *nc, struct mg_dns_reply *r); void mg_dns_send_reply(struct mg_connection *nc, struct mg_dns_reply *r);
--- ---
Send a DNS reply through a connection. Sends a DNS reply through a connection.
The DNS data is stored in an IO buffer pointed by reply structure in `r`. The DNS data is stored in an IO buffer pointed by reply structure in `r`.
This function mutates the content of that buffer in order to ensure that This function mutates the content of that buffer in order to ensure that
the DNS header reflects size and flags of the mssage, that might have been the DNS header reflects the size and flags of the message, that might have been
updated either with `mg_dns_reply_record` or by direct manipulation of updated either with `mg_dns_reply_record` or by direct manipulation of
`r->message`. `r->message`.
......
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