一键导入
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: