|
unbound 0.1
|
Reply to a client. More...
#include <mesh.h>
Data Fields | |
| struct mesh_reply * | next |
| next in reply list | |
| struct comm_reply | query_reply |
| the query reply destination, packet buffer and where to send. | |
| struct edns_data | edns |
| edns data from query | |
| struct timeval | start_time |
| the time when request was entered | |
| uint16_t | qid |
| id of query, in network byteorder. | |
| uint16_t | qflags |
| flags of query, for reply flags | |
| uint8_t * | qname |
| qname from this query. | |
| struct local_rrset * | local_alias |
| same as that in query_info. | |
| struct http2_stream * | h2_stream |
| send query to this http2 stream, if set | |
Reply to a client.
| uint8_t* mesh_reply::qname |
qname from this query.
len same as mesh qinfo.
Referenced by mesh_query_done(), mesh_send_reply(), mesh_serve_expired_callback(), and mesh_state_add_reply().