iPXE
Data Fields
peerdist_info_v1_segment Struct Reference

Content Information version 1 segment description header. More...

#include <pccrc.h>

Data Fields

uint64_t offset
 Offset of this segment within the content. More...
 
uint32_t len
 Length of this segment. More...
 
uint32_t blksize
 Block size for this segment. More...
 

Detailed Description

Content Information version 1 segment description header.

All fields are little-endian.

Definition at line 109 of file pccrc.h.

Field Documentation

◆ offset

uint64_t peerdist_info_v1_segment::offset

Offset of this segment within the content.

Definition at line 111 of file pccrc.h.

◆ len

uint32_t peerdist_info_v1_segment::len

Length of this segment.

Should always be 32MB, except for the last segment within the content.

Definition at line 117 of file pccrc.h.

◆ blksize

uint32_t peerdist_info_v1_segment::blksize

Block size for this segment.

Should always be 64kB. Note that the last block within the last segment may actually be less than 64kB.

Definition at line 123 of file pccrc.h.


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