mirror of
https://github.com/dalbodeule/hop-gate.git
synced 2025-12-12 06:40:11 +09:00
- Implemented application-level ARQ with selective retransmission for server-to-client streams, leveraging `StreamAck` logic. - Added sender-side ARQ state in `streamSender` for tracking and resending unacknowledged frames. - Introduced receiver-side ARQ with `AckSeq` and `LostSeqs` for handling out-of-order and lost frames. - Enhanced `dtlsSessionWrapper` to support ARQ management and seamless stream-based DTLS tunneling.