Rely Encoder
Provide advanced Random Linear Network Coding (RLNC) encoding using Steinwurf's sliding window implementation with adaptive repair scheduling. This forward error correction encoder maintains a sliding window of source packets and generates repair packets on-demand based on configurable target rates and timing windows. Essential for high-performance network coding applications requiring optimal throughput-reliability trade-offs, real-time streaming with loss protection, and efficient bandwidth utilization in lossy network environments.
Tags: RELIABILITY, FEC
| Field | Type | Label | Description | Default Value |
|---|---|---|---|---|
| Input | String | |||
| Output | String | |||
| Timeout | Int32 | Timeout duration in milliseconds for waiting for missing packets. | 100 | |
| Max Payloads | Int32 | Maximum number of payloads kept by the encoder at any time. | 100 | |
| Repair Time Window | Int32 | Time window in milliseconds for when the encoder must generate repair packets for packets stored in the encoder. | 75 | |
| Repair Target Rate | Double | Target repair rate for packets, this defines the relationship between the number of source packets and repair packets. | 0.1 |