Expand description
Encrypted explicit file-transfer helpers shared by native hosts.
Iroh bi-stream wire format:
- each logical write is one length-framed
ORTCE1envelope (RAW_STREAM_TYPE_ID = 3) - the first decrypted frame is the
0x02protocol byte - the second decrypted frame is
4-byte JSON length || header JSON - subsequent decrypted frames are file chunks
WebRTC datachannel wire format keeps the legacy 0x02 frame layout but encrypts
the header/chunk payloads with the same ORTCE1 envelope (no extra length frame).