|
unbound 0.1
|
struct to keep a linked list of reply packets for a query More...
#include <testpkts.h>
Data Fields | |
| struct reply_packet * | next |
| next in list of reply packets, for TCP multiple pkts on wire | |
| uint8_t * | reply_pkt |
| the reply pkt | |
| size_t | reply_len |
| length of reply pkt | |
| struct sldns_buffer * | raw_ednsdata |
| Additional EDNS data for matching queries. | |
| struct sldns_buffer * | reply_from_hex |
| or reply pkt in hex if not parsable | |
| unsigned int | packet_sleep |
| seconds to sleep before giving packet | |
struct to keep a linked list of reply packets for a query