Electroneum
auth_chunk Struct Reference

#include <authzone.h>

Collaboration diagram for auth_chunk:

Public Attributes

struct auth_chunknext
 
uint8_tdata
 
size_t len
 

Detailed Description

auth zone master zone transfer data chunk

Definition at line 432 of file authzone.h.

Member Data 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.

Definition at line 438 of file authzone.h.

◆ len

size_t auth_chunk::len

length of allocated data

Definition at line 440 of file authzone.h.

◆ next

struct auth_chunk* auth_chunk::next

next chunk in list

Definition at line 434 of file authzone.h.


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