Raft transport protocol for reliable data transmission.
Tags: FEC
, TRANSPORT_PROTOCOL
, RELIABILITY
Field | Type | Optional | Description | Default Value |
---|
Streams | Streams | No | The Raft streams representing incoming data streams to be transmitted. | |
Carriers | Carriers | No | The Raft carriers responsible for transporting data from the stream, protected with FEC and ARQ. | |
Streams
Field | Type | Optional | Description | Default Value |
---|
Input | String | Yes | | |
Output | String | Yes | | |
Stream Handle | Uint64 | No | Unique identifier for the stream, must match the stream handle on the receiving end. | |
Timeout | Int64 | No | Timeout for the stream in milliseconds. | 100 |
Carriers
Field | Type | Optional | Description | Default Value |
---|
Input | String | No | | |
Output | String | No | | |
Carrier Handle | Uint64 | No | Unique identifier for the carrier, must match the carrier handle on the receiving end. | |