Home docs pia protocols Stream Broadcast Reliable
Post

Stream Broadcast Reliable

The stream broadcast reliable protocol is meant for larger data streams. A console can request a certain data stream from another console, after which the other console will start transmitting the stream. A reliable sliding window is used to ensure that all packets arrive in the correct order.

The payload contains the following data:

OffsetSizeDescription
0x01Packet type
0x11Requested stream id
0x21Progress (in %)
0x34Requested stream size
0x74Payload size
0xB Payload

Packet Types

TypeDescription
0Request stream
3Request mismatch
Contents