mirror of
https://github.com/dalbodeule/hop-gate.git
synced 2025-12-09 13:25:44 +09:00
- Replaced single-envelope JSON model with a stream/frame-based protocol using `StreamOpen`, `StreamData`, and `StreamClose` for chunked transmission. - Added application-level ARQ with selective retransmission (`StreamAck`) for reliability over DTLS/UDP. - Defined MTU-safe chunk sizes and sequence-based flow control to handle large HTTP bodies effectively. - Updated `internal/protocol` for structured stream message handling, including ACK/NACK support. - Documented potential transition to binary serialization for performance optimization.