mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-07 21:05:29 +08:00
083d398631
In particular, there may be additional records which should not be copied PUBLISHED_FROM=6b348868cb62d7b3fc4df0e935ffd5a31a314a08
367 B
367 B
title | decl_name | symbol_kind | signature |
---|---|---|---|
mg_dns_copy_questions() | mg_dns_copy_questions | func | 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.