-
Notifications
You must be signed in to change notification settings - Fork 68
Stream Broadcast Reliable Protocol
Yannik Marchand edited this page Feb 13, 2024
·
3 revisions
Pia Protocols > Stream Broadcast Reliable Protocol
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:
Offset | Size | Description |
---|---|---|
0x0 | 1 | Packet type |
0x1 | 1 | Requested stream id |
0x2 | 1 | Progress (in %) |
0x3 | 4 | Requested stream size |
0x7 | 4 | Payload size |
0xB | Payload |
Type | Description |
---|---|
0 | Request stream |
3 | Request mismatch |
- Home
-
NEX
- PRUDP Protocol
- RMC Protocol
-
NEX Services
- Common
- Nintendo
- Kerberos Authentication
- Hpp Server
- NPLN
- Pia
- Switch Servers
- Other Pages