[go: up one dir, main page]

Module rle

Source

Structs§

Chunk
Chunk as defined in RFC 3611, section 4.1. These represent information about packet losses and packet duplication. They have three representations:
RLEReportBlock
RleReportBlock defines the common structure used by both Loss RLE report blocks (RFC 3611 §4.1) and Duplicate RLE report blocks (RFC 3611 §4.2).

Enums§

ChunkType
ChunkType enumerates the three kinds of chunks described in RFC 3611 section 4.1.

Type Aliases§

DuplicateRLEReportBlock
DuplicateRLEReportBlock is used to report information about packet duplication, as described in RFC 3611, section 4.1 make sure to set is_loss_rle = false
LossRLEReportBlock
LossRLEReportBlock is used to report information about packet losses, as described in RFC 3611, section 4.1 make sure to set is_loss_rle = true