// Package relayproto implements the iroh relay wire protocol: the framing,// datagram, and handshake messages exchanged between a relay client and server.//// It is a port of iroh-relay/src/protos. Frames are carried in binary WebSocket// messages; each frame begins with a QUIC-varint frame type followed by a// type-specific payload. The encodings here are byte-for-byte compatible with// the Rust reference (verified by golden snapshot tests).
The pages are generated with Goldsv0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds.