auth zone master zone transfer data chunk More...
#include <authzone.h>
Data Fields | |
struct auth_chunk * | next |
next chunk in list | |
uint8_t * | data |
the data from this chunk, this is what was received. More... | |
size_t | len |
length of allocated data | |
auth zone master zone transfer data chunk
uint8_t* auth_chunk::data |
the data from this chunk, this is what was received.
for an IXFR that means results from comm_net tcp actions, packets. also for an AXFR. For HTTP a zonefile chunk.
Referenced by apply_http(), auth_chunks_delete(), auth_zone_write_chunks(), and xfer_link_data().