|
Electroneum
|
#include <authzone.h>

Public Attributes | |
| struct auth_chunk * | next |
| uint8_t * | data |
| size_t | len |
auth zone master zone transfer data chunk
Definition at line 432 of file authzone.h.
| 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.
Definition at line 438 of file authzone.h.
| size_t auth_chunk::len |
length of allocated data
Definition at line 440 of file authzone.h.
| struct auth_chunk* auth_chunk::next |
next chunk in list
Definition at line 434 of file authzone.h.