rta.model.net.chunks#
This IDL is used as part of the protocol for downloading data from the REST API.
Each request transfers data in chunks.
Wire format for each chunk (concatenated in a stream):
| Field | Bytes | Data type | Description |
|---|---|---|---|
| prefix | 4 | signed little-endian int | length of header |
| header | prefix | protobuf | ChunkTransferHeader — including packed_length (of the payload) |
| payload | from header | protobuf | data list |
net_chunks.proto
The compression_delta indicates LZ4=1 on the first chunk if it is used (strongly recommended).