Tell HN: Adding congestion control and retry tokens to a reliable UDP transport
x1colegal
·
2026-06-20
·
via HN's home page
|
|
| | Tell HN: Adding congestion control and retry tokens to a reliable UDP transport | | 1 point by x1colegal 1 minute ago | hide | past | favorite | discuss | | I've been experimenting with USTP-Secure, a reliable UDP transport I've been building.
The latest version adds:
Optional congestion control
Retry tokens to reduce amplification risk
Optional cleartext + HMAC mode (integrity without encryption)
Authenticated ACK/NACK packets
One design choice I'm still thinking about is congestion control for an intentionally unordered reliable transport.
Unlike TCP, USTPS doesn't enforce ordered delivery at the transport layer. Missing packets can be retransmitted selectively while newer packets continue flowing.
I'm curious how others would approach congestion control for this kind of transport, and whether there are existing designs I should study beyond QUIC, RTP/SRT, and similar protocols.
Project: https://github.com/x1colegal/USTP-Secure | |
| help |
|

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。