mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-09 22:58:09 +08:00
083d398631
In particular, there may be additional records which should not be copied PUBLISHED_FROM=6b348868cb62d7b3fc4df0e935ffd5a31a314a08
16 lines
367 B
Markdown
16 lines
367 B
Markdown
---
|
|
title: "mg_dns_copy_questions()"
|
|
decl_name: "mg_dns_copy_questions"
|
|
symbol_kind: "func"
|
|
signature: |
|
|
int mg_dns_copy_questions(struct mbuf *io, struct mg_dns_message *msg);
|
|
---
|
|
|
|
Append already encoded questions from an existing message.
|
|
|
|
This is useful when generating a DNS reply message which includes
|
|
all question records.
|
|
|
|
Return number of appened bytes.
|
|
|