FINDING · DEFENSE
AnyTLS's default padding scheme operates across 8 levels (stop=8), with initial padding fixed at 30 bytes, small-data padding 100–400 bytes, and medium-to-large data padding chains of 400–500 bytes continuing through multiple 500–1000 byte segments. The 'c' (continue) marker allows multi-stage padding sequences within a single connection burst.
From 2026-anon-anytls-anytls-sing-box-2026 — AnyTLS协议是什么?AnyTLS原理、sing-box部署与客户端配置完整指南(2026) | 二毛 · §2.3 · 2026 · ermao.net (Chinese-language circumvention blog)
Implications
- The configurable stop=N parameter allows operators to cease padding after N connections per session, reducing overhead once the censor's initial observation window has passed; set this value based on known DPI sampling windows.
- The chained 'c' padding format allows construction of realistic burst patterns that mimic HTTPS page loads — consider designing padding profiles based on real CDN traffic traces rather than uniform ranges.
Tags
Extracted by claude-sonnet-4-6 — review before relying.