#2338·EasyTier

[feat] 建议为 bind-device 参数添加更详细的解释,并相应改进日志输出

作者: NyankoSong创建于 2026年6月10日更新于 2026年9月17日

Analyzing the source code of easytier, we can see that the total timeout for TCP peer is 2 seconds (Duration::from_secs(2)). The connection process is as follows: DNS resolution → TCP connection → handshake (three stages, sharing 2 seconds).

内容来源: EasyTier/EasyTier