Rely Encoder
Component to encode data using Steinwurf's sliding window RLNC encoder.
Tags: RELIABILITY
, FEC
Field | Type | Optional | Description | Default Value |
---|---|---|---|---|
Input | String | No | ||
Output | String | No | ||
Timeout | Int32 | No | Timeout duration in milliseconds for waiting for missing packets. | 100 |
Max Payloads | Int32 | No | Maximum number of payloads kept by the encoder at any time. | 100 |
Repair Time Window | Int32 | No | Time window in milliseconds for when the encoder must generate repair packets for packets stored in the encoder. | 75 |
Repair Target Rate | Double | No | Target repair rate for packets, this defines the relationship between the number of source packets and repair packets. | 0.1 |