Network Architecture
This page provides a concise overview of the project's networking architecture and the RTGP (R-Type Game Protocol) used by the server and clients.
See the full protocol specification: docs/protocol/cheatsheet.md and docs/RFC/RFC_RTGP_v1.4.3.md.
- Transport: UDP
- Reliability: application-level reliable channel for important messages
- Messages: defined in
lib/network/src/protocol
(Stub page added to satisfy internal documentation links.)