FINDING · DETECTION
The freezing threshold is packet-count-based rather than strictly byte-based: the censor typically freezes after 25 packets have been sent in either direction (incoming or outgoing), which averages approximately 16 KB of payload. The limit applies to both TCP and UDP flows, and varies slightly by ISP.
From 2025-hyperion-cs-censor-has-new — Censor has a new method of blocking · upd5 · 2025 · net4people/bbs
Implications
- Design proxy transports to rotate or close TCP/UDP associations before the 25-packet (≈16 KB) threshold — per-connection packet counting is the operative signal, not byte-stream content.
- For QUIC/UDP-based transports (Hysteria 2, XHTTP), assume the same 25-packet per-flow limit applies and implement connection pooling with early rotation.
Tags
Extracted by claude-sonnet-4-6 — review before relying.