Module rle Copy item path Source 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). ChunkType ChunkType enumerates the three kinds of chunks described in RFC 3611 section 4.1. 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