Skip to content
Snippets Groups Projects
Commit b32f7a9b authored by Evelyn's avatar Evelyn Committed by GitHub
Browse files

Update mg_dns_copy_questions.md

parent e1e00838
No related branches found
No related tags found
No related merge requests found
...@@ -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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment