Rely Decoder
Provide advanced Random Linear Network Coding (RLNC) decoding using Steinwurf's sliding window implementation with adaptive packet release strategies. This decoder reconstructs original data from received source and repair packets, featuring configurable timeout mechanisms for missing packet handling and optional in-order packet release for maintaining data sequence integrity. Essential for high-performance network coding applications requiring optimal decoding efficiency, real-time streaming with loss recovery, and flexible delivery guarantees in challenging network conditions.
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 |
Release In Order | Bool | No | Indicates whether to release packets in order. Releasing packets in order can ensure data integrity but may increase latency. | true |