원클릭으로
mtproto-client-behavior-matrix
Version-pinned Telegram client connection behavior notes for proxy compatibility debugging.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Version-pinned Telegram client connection behavior notes for proxy compatibility debugging.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Current architecture and design rules for the Linux epoll-based Zig MTProto proxy.
Router skill for Zig-related tasks in this repository; points to local architecture, gotchas, and client-behavior skills.
Practical Zig/runtime pitfalls and invariants for this codebase after epoll rewrite.
SOC 직업 분류 기준
| name | MTProto Client Behavior Matrix |
| description | Version-pinned Telegram client connection behavior notes for proxy compatibility debugging. |
Use this skill when behavior differs by client platform (iOS/Android/Desktop) or when tuning relay/handshake timeouts.
source-backed or field-capture.Version snapshot:
TelegramMessenger/Telegram-iOS build-26855b16d9acdffa9b3f88db68e26b77a3713e87a92e3Source-backed behavior:
12s
MTMinTcpResponseTimeout = 12.0
20s
1s, then 4s, then 8s)
Field-capture behavior (proxy-side observations):
ServerHello.Proxy implications:
Version snapshot:
DrKLO/Telegram master (snapshot: 12.6.4 (6666))009e97356f966bb81eceba113d210230bf383122Source-backed behavior:
TCP_NODELAY, switches socket to O_NONBLOCK, uses connect(..., EINPROGRESS) with edge-triggered epoll.
Proxy=5s, Generic=8/12s, Upload=25/40s, Push=20/30s).
setTimeout / checkTimeout).
Generic, Download, Upload, Push, Temp, Proxy) and multiple parallel slots.
Proxy implications:
Version snapshot:
telegramdesktop/tdesktop v6.7.2085c4ba65d1f8aa13abf0fd7fc8489f094552542Source-backed behavior:
1000ms and grows on failures.
8s.
4000ms and scales by resolved IP count.
2000ms for a better candidate.
Linux/macOS note:
Proxy implications: