Skip to main content

Kodok Encoder

Component to encode data using Kodok's RLNC erasure correction.

Tags: RELIABILITY, FEC

FieldTypeOptionalDescriptionDefault Value
InputStringNo
OutputStringNo
Repair ConfigsRepair ConfigsNoA list of FEC repair configurations. The size of the generation is the sum of all source packets in the repair configurations.
TimeoutInt32YesThe timeout in milliseconds before the encoder proceeds to the next generation. If set to 0, the encoder will wait indefinitely.0

Repair Configs

FieldTypeOptionalDescriptionDefault Value
Source PacketsInt32NoThe number of source packets needed to trigger a repair phase.
Repair PacketsInt32NoThe number of repair packets to be generated in a repair phase.