FINDING · DETECTION
Russia's mobile operators (MTS, Beeline, MegaFon, Yota) deployed a TCP connection-freezing technique in mid-2025 that silently halts packet delivery after approximately 15–20 KB of server-to-client data within a single TCP connection, without sending RST packets, causing clients to stall until timeout. The trigger requires: (1) TLS 1.3 or TLS 1.2 over TCP, (2) destination IP located in a foreign datacenter ASN (e.g., Hetzner, DigitalOcean), and (3) cumulative in-connection payload exceeding the threshold.
From 2025-hyperion-cs-censor-has-new — Censor has a new method of blocking · Problem description · 2025 · net4people/bbs
Implications
- Do not rely on single long-lived TCP connections for large data transfers through Russian mobile networks — any TLS-over-TCP proxy (VLESS, Reality, Trojan, etc.) will stall after ~16 KB unless the transport layer rotates connections.
- Protocol-mimicry alone (Reality, Trojan) does not exempt traffic — the censor explicitly ignores TLS content legitimacy and acts solely on IP geolocation + per-connection byte count.
Tags
Extracted by claude-sonnet-4-6 — review before relying.