Commit b32f7a9b authored by Evelyn's avatar Evelyn Committed by GitHub

Update mg_dns_copy_questions.md

parent e1e00838
...@@ -6,10 +6,10 @@ signature: | ...@@ -6,10 +6,10 @@ signature: |
int mg_dns_copy_questions(struct mbuf *io, struct mg_dns_message *msg); int mg_dns_copy_questions(struct mbuf *io, struct mg_dns_message *msg);
--- ---
Append already encoded questions from an existing message. Appends already encoded questions from an existing message.
This is useful when generating a DNS reply message which includes This is useful when generating a DNS reply message which includes
all question records. all question records.
Return number of appened bytes. Returns the number of appened bytes.
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