auth_chunk Struct Reference

auth zone master zone transfer data chunk More...

#include <authzone.h>

Data Fields

struct auth_chunknext
 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
 

Detailed Description

auth zone master zone transfer data chunk

Field Documentation

◆ data

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().


The documentation for this struct was generated from the following file: